Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Spree::Order.where.not(decorator_to_hire: nil).map{|order| ["Email: #{order.email}", "Phone: #{order.phone}", "Decorator to Hire: #{order.decorator_to_hire}", "#{order.decorator_to_hire_comment if order.decorator_to_hire == 'other'}"]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement