Skip to content

Commit

Permalink
change to routes.rb as Redmine plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
drakontia committed Dec 12, 2012
1 parent f543a42 commit 611f9f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html

get 'ratios', :to => 'ratios#index'
RedmineApp::Application.routes.draw do
match 'projects/:id/ratios/:action', :to => 'ratios#index', :via => [:get]
end

0 comments on commit 611f9f3

Please sign in to comment.