view extra/sample_plugin/config/routes.rb @ 1431:303b9be118d4

Merge from live branch
author Chris Cannam
date Wed, 09 Oct 2013 17:42:12 +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'