Class: IdentitiesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IdentitiesController
- Defined in:
- lib/generators/jinda/templates/app/controllers/jinda_org/identities_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#new ⇒ Object
2 3 4 |
# File 'lib/generators/jinda/templates/app/controllers/jinda_org/identities_controller.rb', line 2 def new @identity =request.env['omniauth.identity'] end |