phlex-ruby / phlex-rails

An object-oriented alternative to ActionView for Ruby on Rails.
https://www.phlex.fun
MIT License
232 stars 40 forks source link

add (Flash) notice helper #215

Closed rubyforbusiness closed 3 months ago

rubyforbusiness commented 4 months ago

This is to enable the use of the notice method within Phlex views as currently happens with ERB views generated by bin/rails g scaffold ... .

rubyforbusiness commented 3 months ago

This PR is to address https://github.com/phlex-ruby/phlex-rails/issues/210. What do you think @joeldrapper ?