Class: Ishapi::My::ReportsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/ishapi/my/reports_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
# File 'app/controllers/ishapi/my/reports_controller.rb', line 5

def index
  authorize! :my_index, Report
  @reports = @profile.reports
end