Guest User

Untitled

a guest
Mar 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Procedure
  2. has_many :pricings
  3.  
  4. Pricing
  5. belongs_to :procedure
  6. belongs_to :price_list
  7.  
  8. PriceList
  9. has_many :pricings
  10.  
  11. # Fuck if I can figure out how to get all procedures without a pricing for a specific price list.
Add Comment
Please, Sign In to add comment