To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 12 / 12b52cd60621e5d4f549e4bf4aad6c176256d275.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (231 Bytes)

1 1296:038ba2d95de8 Chris
# Plugin's routes
2
# See: http://guides.rubyonrails.org/routing.html
3
4
match 'projects/:id/hello', :to => 'example#say_hello', :via => 'get'
5
match 'projects/:id/bye', :to => 'example#say_goodbye', :via => 'get'
6
7
resources 'meetings'