add route for gsd
This commit is contained in:
parent
53aa79442e
commit
f55a21439e
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ Rails.application.routes.draw do
|
|||
|
||||
get '/gsds', to: 'gsds#index'
|
||||
get '/gsds/:gsd_id', to: 'gsds#show'
|
||||
get '/gsds/years/:year' to: 'gsds#show_year'
|
||||
get '/gsds/years/:year', to: 'gsds#show_year'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue