Class: IshManager::EmailCampaignLeadsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ish_manager/email_campaign_leads_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#home

Instance Method Details

#showObject

def new

@new_lead = ::Lead.new
authorize! :new, @new_lead

end



51
52
53
54
55
# File 'app/controllers/ish_manager/email_campaign_leads_controller.rb', line 51

def show
  @c_lead = ::EmailCampaignLead.find params[:id]
  authorize! :show, @c_lead

end