Skip to content

Commit

Permalink
push redirector down the stack on staging too
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 18, 2010
1 parent 1ec6347 commit d5b0c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/staging.rb
Expand Up @@ -6,7 +6,7 @@
config.active_support.deprecation = :notify
config.serve_static_assets = false
config.i18n.fallbacks = true
config.middleware.insert_after 'ActionDispatch::ParamsParser', 'Redirector'
config.middleware.insert_after 'Hostess', 'Redirector'
end

require Rails.root.join("config", "secret") if Rails.root.join("config", "secret.rb").file?
Expand Down

0 comments on commit d5b0c8e

Please sign in to comment.