RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: cgunther
Site: http://room118solutions.com
If you use Formtastic, there's already a gem with a custom builder for bootstrap: https://github.com/mjbellantoni/formtastic-bootstrap
The warden method is private, so it's not accessible as an action. It only needs to be made a helper method if you intend on accessing it from your views.
If you use Formtastic, there's already a gem with a custom builder for bootstrap:
https://github.com/mjbellantoni/formtastic-bootstrap
The warden method is private, so it's not accessible as an action. It only needs to be made a helper method if you intend on accessing it from your views.