Sha256: 0b2c6af851506c5972e9a3a8f9ed99772efd4ed0d8c42e5fc3f17af304c85490
Contents?: true
Size: 231 Bytes
Versions: 34
Compression:
Stored size: 231 Bytes
Contents
# 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'
Version data entries
34 entries across 34 versions & 1 rubygems