intra_app/app/models/p_customer_site.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

5 lines
95 B
Ruby

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