Class: Ishapi::My::MyController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#home, #long_term_token, #test

Instance Method Details

#accountObject



10
11
12
13
# File 'app/controllers/ishapi/my/my_controller.rb', line 10

def 
  @profile = current_user.profile
  authorize! :show, @profile
end