1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

probably should not check in a raise

This commit is contained in:
Aaron Patterson 2014-05-08 18:33:52 -07:00
parent 74a6ad2c6b
commit 9656640080

View file

@ -88,7 +88,6 @@ module ActionView
when Class
polymorphic_path(options, {})
else
raise
polymorphic_path(options, {})
end
end