Merge pull request #4292 from rousisk/rousisk-readme-var-to-symbol

convert variable to symbol in readme
This commit is contained in:
Carlos Antonio da Silva
2016-09-13 15:41:50 -03:00
committed by GitHub

View File

@@ -447,7 +447,7 @@ tests:
```ruby
sign_in @user
sign_in @user, scope: admin
sign_in @user, scope: :admin
```
If you are testing Devise internal controllers or a controller that inherits