Skip to content

Commit

Permalink
(m) Removed unnecessary lines from config/routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cowmanifestation committed May 6, 2013
1 parent 46fd8eb commit 34bf487
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

resources :games
root to: 'games#index'
# post '/games/:id/play' => 'games#play', :as => 'play'
match '/new', to: 'games#new'
match '/show', to: 'games#show'
# match '/edit', to: 'games#edit'
end

0 comments on commit 34bf487

Please sign in to comment.