Method: Ishapi::UsersController#fb_sign_in

Defined in:
app/controllers/ishapi/users_controller.rb

#fb_sign_inObject



38
39
40
41
# File 'app/controllers/ishapi/users_controller.rb', line 38

def 
  authorize! :fb_sign_in, Ishapi
  render 'ishapi/user_profiles/show'
end