Update README.md

This commit is contained in:
José Valim 2013-04-14 08:49:30 -07:00
parent 8ec89bf659
commit c618969677
1 changed files with 1 additions and 1 deletions

View File

@ -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