1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update README.md

This commit is contained in:
José Valim 2013-04-14 08:49:30 -07:00
parent 8ec89bf659
commit c618969677

View file

@ -188,7 +188,7 @@ In case you want to customize the permitted parameters (the lazy way™) you can
```ruby ```ruby
class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
before_filter :configure_permitted_parameters before_filter :configure_permitted_parameters, if: :devise_controller?
protected protected