mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix small grammatical error
This commit is contained in:
parent
7c05ea23a0
commit
38db4e2ca9
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class DinnerController
|
|||
end
|
||||
```
|
||||
|
||||
Just like the filter, you could also passing `:only` and `:except` to enforce the secure connection only to specific actions:
|
||||
Just like the filter, you could also pass `:only` and `:except` to enforce the secure connection only to specific actions:
|
||||
|
||||
```ruby
|
||||
class DinnerController
|
||||
|
|
Loading…
Reference in a new issue