Chris@1115: # Plugin's routes Chris@1115: # See: http://guides.rubyonrails.org/routing.html Chris@1115: Chris@1115: match 'projects/:id/hello', :to => 'example#say_hello', :via => 'get' Chris@1115: match 'projects/:id/bye', :to => 'example#say_goodbye', :via => 'get' Chris@1115: Chris@1115: resources 'meetings'