File: routes.rb

package info (click to toggle)
redmine 6.0.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 20,100 kB
  • sloc: ruby: 116,319; javascript: 12,885; sh: 460; perl: 303; python: 166; makefile: 30
file content (7 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
# 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'