Class: Effective::CommitteeFoldersController

Inherits:
ApplicationController
  • Object
show all
Includes:
CrudController
Defined in:
app/controllers/effective/committee_folders_controller.rb

Instance Method Summary collapse

Instance Method Details

#agendaObject



10
11
12
13
# File 'app/controllers/effective/committee_folders_controller.rb', line 10

def agenda
  @committee_folder = resource_scope.find(params[:id])
  EffectiveResources.authorize!(self, :agenda, @committee_folder)
end