Skip to content

Commit

Permalink
Issue teleological#28 Fix in config/routes.rb for Redmine >= 2.3, by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy committed Jan 2, 2015
1 parent 415d050 commit 6194285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if Rails::VERSION::MAJOR >= 3

RedmineApp::Application.routes.draw do
post '/stealth/toggle', :to => 'stealth#toggle'
match '/stealth/toggle', :to => 'stealth#toggle'
end

else
Expand Down

0 comments on commit 6194285

Please sign in to comment.