Mercurial > hg > soundsoftware-site
view extra/sample_plugin/config/routes.rb @ 1392:d262df85ac97 luisf
Removed unnecessary code and superfluous/deprecated functions.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Sep 2013 17:48:24 +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'