Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Company.find(:all, :conditions => { :suspended_at => nil }).each do |company|
  2. leads_to_export = Lead.to_be_exported_for(company)
  3. puts leads_to_export.size
  4. end
Add Comment
Please, Sign In to add comment