mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Protect routes again so they don't end up as actions. We need a better solution than this.
This commit is contained in:
parent
e47a1d7865
commit
cc0e402aa8
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ module ActionDispatch
|
|||
|
||||
url_for(options)
|
||||
end
|
||||
protected :#{selector}
|
||||
END_EVAL
|
||||
helpers << selector
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue