Method: Authorio::AuthController#send_profile

Defined in:
app/controllers/authorio/auth_controller.rb

#send_profileObject



37
38
39
# File 'app/controllers/authorio/auth_controller.rb', line 37

def send_profile
  @auth_request = find_auth_request or (render validation_failed and return)
end