RailsCasts Pro episodes are now free!

Learn more or hide this

Chris Gunther's Profile

GitHub User: cgunther

Site: http://room118solutions.com

Comments by Chris Gunther

Avatar

If you use Formtastic, there's already a gem with a custom builder for bootstrap:
https://github.com/mjbellantoni/formtastic-bootstrap

Avatar

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.