Skip to content

Commit

Permalink
update routes - get, not post [#90]
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Anks Nowak committed Mar 22, 2016
1 parent cd0dc7a commit 1437d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
get 'register' => 'accounts#new'
get '/auth/:provider/callback' => 'sessions#create'
get '/auth/facebook' => 'sessions#create', as: 'facebook_login'
post '/auth/failure' => 'sessions#failure'
get '/auth/failure' => 'sessions#failure'

resources :parkings do
resources :place_rents, only: [:new, :create]
Expand Down

0 comments on commit 1437d7e

Please sign in to comment.