Guest User

Untitled

a guest
May 16th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.36 KB | None | 0 0
  1.   scope 'times' do
  2.     root :to => 'speedruns#index_select_game', :via => :get
  3.     get 'new' => 'speedruns#new_select_game'
  4.     scope ':game' do
  5.       root :to => 'speedruns#index_select_category', :via => :get
  6.       get 'new' => 'speedruns#new_select_category'
  7.       scope ':run_category' do
  8.         resources :speedruns, :path => ''
  9.       end
  10.     end
  11.   end
Add Comment
Please, Sign In to add comment