RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jackerman09
Site: www.whatkeyamiin.com
Can I use presenters to clean up a view that does not have a corresponding model (e.g. my Home page, static_pages#home)? If so, how would I set up the presenter class? Thanks!
The devise github readme has a good explanation of how to handle strong parameters with devise in Rails 4.
Can I use presenters to clean up a view that does not have a corresponding model (e.g. my Home page, static_pages#home)? If so, how would I set up the presenter class? Thanks!
The devise github readme has a good explanation of how to handle strong parameters with devise in Rails 4.