Fix typo in README.md

This commit is contained in:
Yuri Pole 2013-05-17 14:08:08 +03:00
parent 4e2cdc2d5b
commit 48eea9d325
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class ApplicationController < ActionController::Base
end
```
If you have multiple roles, you may want to set up different parameter sanitizer per role. In this case, we recommend inheriting from from `Devise::ParameterSanitizer` and add your own logic:
If you have multiple roles, you may want to set up different parameter sanitizer per role. In this case, we recommend inheriting from `Devise::ParameterSanitizer` and add your own logic:
```ruby
class User::ParameterSanitizer < Devise::ParameterSanitizer