Advertisement
Guest User

Untitled

a guest
Oct 7th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.24 KB | None | 0 0
  1. SubscriptionPlan.find(4).update_attributes!(offer_tickets : nil)
  2. SubscriptionPlan.find(5).update_attributes!(offer_tickets : 1)
  3. SubscriptionPlan.find(6).update_attributes!(offer_tickets : 2)
  4. SubscriptionPlan.update_all(start_date: , end_date: )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement