Class: Jinda::IdentitiesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/jindra_engine/identities_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



3
4
5
# File 'app/controllers/jindra_engine/identities_controller.rb', line 3

def new
  @identity =request.env['omniauth.identity']
end