Remove the explicit order set for the initializer

This will fix the regression added on
b068e20b35.

See tests added at ff08d31 to a better understanding about the problem
This commit is contained in:
Rafael Mendonça França 2013-12-05 16:34:22 -02:00
parent 59f6b99fc3
commit fe13e71162
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module ActionView
end
end
initializer "action_view.setup_action_pack", before: :add_view_paths do |app|
initializer "action_view.setup_action_pack" do |app|
ActiveSupport.on_load(:action_controller) do
ActionView::RoutingUrlFor.send(:include, ActionDispatch::Routing::UrlFor)
end