Sha256: 2a4fee08894924b3318d5a10daf5c6b2911e5e581d42d93603a0e5edff429480
Contents?: true
Size: 411 Bytes
Versions: 26
Compression:
Stored size: 411 Bytes
Contents
class IshManager::LeadActionsController < IshManager::ApplicationController def edit @lead_action = Office::LeadAction.find params[:id] @olats_list = OLAT.list @leads_list = Lead.list authorize! :edit, @lead_action end def index authorize! :index, Office::LeadAction @lead_action_templates = Office::LeadActionTemplate.all @lead_actions = Office::LeadAction.all end end
Version data entries
26 entries across 26 versions & 1 rubygems