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:
parent
8ec89bf659
commit
c618969677
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ In case you want to customize the permitted parameters (the lazy way™) you can
|
|||
|
||||
```ruby
|
||||
class ApplicationController < ActionController::Base
|
||||
before_filter :configure_permitted_parameters
|
||||
before_filter :configure_permitted_parameters, if: :devise_controller?
|
||||
|
||||
protected
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue