Class: IshManager::UnsubscribesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshManager::UnsubscribesController
- Defined in:
- app/controllers/ish_manager/unsubscribes_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/controllers/ish_manager/unsubscribes_controller.rb', line 4 def index :index, Ish::EmailUnsubscribe @unsubscribes = Ish::EmailUnsubscribe.all lead_ids = @unsubscribes.map(&:lead_id).compact @leads_h = Lead.find_to_h( lead_ids ) puts! @leads_h, 'ddz' end |