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