Closed rubyforbusiness closed 3 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 ... .
notice
bin/rails g scaffold ...
This PR is to address https://github.com/phlex-ruby/phlex-rails/issues/210. What do you think @joeldrapper ?
This is to enable the use of the
notice
method within Phlex views as currently happens with ERB views generated bybin/rails g scaffold ...
.