1
0
Fork 0
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:
wycats 2010-03-23 14:08:31 -07:00
parent e47a1d7865
commit cc0e402aa8

View file

@ -179,6 +179,7 @@ module ActionDispatch
url_for(options)
end
protected :#{selector}
END_EVAL
helpers << selector
end