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