search for: identities_control

Displaying 1 result from an estimated 1 matches for "identities_control".

2012 Sep 16
1
“Routing Error No route matches {}” when omniauth failed on registration
...out'', to: ''sessions#destroy'', as: ''signout'' resources :identities#, only: [:new] resources :categories, path: '''', only: [:index] do resources :entries, path: '''', only: [:index, :show] end end app/controllers/identities_controller.rb class IdentitiesController < ApplicationController def new ariane.add "New Account" @identity = env[''omniauth.identity''] end end *When I have a failure on registration (passing incorrect mail), I get the following:* in browser: Routing Error N...