Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def grant_motionbook_coupon!
- free_discount = PercentageDiscount.find(:first, :conditions => 'amount = 100')
- user.coupons << Coupon.new(:allowed_buyable_type => 'Motionbook',
- :discount => free_discount)
- user.save
- end
Add Comment
Please, Sign In to add comment