config/routes.rb in jinda-0.7.0.1 vs config/routes.rb in jinda-0.7.0.2
- old
+ new
@@ -10,10 +10,10 @@
post '/jinda/end_form' => 'jinda#end_form'
post '/jinda/end_output' => 'jinda#end_output'
# end jinda method routes
post '/auth/:provider/callback' => 'sessions#create'
get '/auth/:provider/callback' => 'sessions#create'
- get '/auth/failure' => 'sessions#destroy'
+ get '/auth/failure' => 'sessions#failure'
get '/logout' => 'sessions#destroy', :as => 'logout'
get '/articles/my' => 'articles#my'
get '/articles/my/destroy' => 'articles#destroy'
get '/articles/show' => 'articles/show'
get '/articles/edit' => 'articles/edit'