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