Mercurial > hg > soundsoftware-site
view extra/sample_plugin/config/routes.rb @ 1430:04cc33a44d4c live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Wed, 09 Oct 2013 17:41:45 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
# 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'