Method: IshManager::EmailCampaignLeadsController#show

Defined in:
app/controllers/ish_manager/email_campaign_leads_controller.rb

#showObject

def new

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

end



58
59
60
61
62
# File 'app/controllers/ish_manager/email_campaign_leads_controller.rb', line 58

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

end