Skip to content

Instantly share code, notes, and snippets.

@phirefly
Created February 19, 2016 17:51
Show Gist options
  • Save phirefly/4938f87485e86373100b to your computer and use it in GitHub Desktop.
Save phirefly/4938f87485e86373100b to your computer and use it in GitHub Desktop.
ncr-approving-officials
proposals = Proposal.where(client_data_type:'Ncr::WorkOrder')
emails = []
proposals.each {|p| emails << p.approval_steps.first.try(:user).try(:email_address)}
emails.uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment