mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Merged rails-3.2 branch.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
7
extra/sample_plugin/config/routes.rb
Normal file
7
extra/sample_plugin/config/routes.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# Plugin's routes
|
||||
# See: http://guides.rubyonrails.org/routing.html
|
||||
|
||||
match 'projects/:id/hello', :to => 'example#say_hello', :via => 'get'
|
||||
match 'projects/:id/bye', :to => 'example#say_goodbye', :via => 'get'
|
||||
|
||||
resources 'meetings'
|
||||
Reference in New Issue
Block a user