Class: Ishapi::UsersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/users_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#test

Instance Method Details

#fb_sign_inObject



7
8
9
10
11
# File 'app/controllers/ishapi/users_controller.rb', line 7

def 
  authorize! :fb_sign_in, Ishapi
  # render :json => { :status => :ok }
  render :action => 'show'
end

#showObject



13
14
15
# File 'app/controllers/ishapi/users_controller.rb', line 13

def show
  authorize! :fb_sign_in, Ishapi
end