kaps_app/app/models/p_customer_site.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

5 lines
95 B
Ruby

class PCustomerSite < ActiveRecord::Base
belongs_to :p_customer
belongs_to :particular
end