Method: AuthenticationController#create

Defined in:
app/controllers/authentication_controller.rb

#createObject

post /login



15
16
17
18
19
# File 'app/controllers/authentication_controller.rb', line 15

def create
  @user    = find_user
  @bouncer = UserBouncer.new(@user, tracking_for_entity)
  bounce_or_allow
end