5 lines
111 B
Ruby
5 lines
111 B
Ruby
# Plugin's routes
|
|
# See: http://guides.rubyonrails.org/routing.html
|
|
|
|
get 'garfield/:name', to: 'garfield#show'
|