5 lines
136 B
Ruby
5 lines
136 B
Ruby
# Plugin's routes
|
|
# See: http://guides.rubyonrails.org/routing.html
|
|
|
|
match 'garfield/:name/:type', :to => 'garfield#show', :via => :get
|