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