Sha256: 89ce780be11a441dbb0b18c0aea7dbd47bddef55b6afe1be2df7b93e87792f5d
Contents?: true
Size: 316 Bytes
Versions: 25
Compression:
Stored size: 316 Bytes
Contents
class ::IshManager::UnsubscribesController < IshManager::ApplicationController def index authorize! :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 end
Version data entries
25 entries across 25 versions & 1 rubygems