suitepro/extra/sample_plugin/config/routes.rb
2018-02-02 22:19:29 +01:00

7 lines
231 B
Ruby

# 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'