coton_app/app/models/p_customer_site.rb
2018-12-15 14:06:53 +01:00

5 lines
95 B
Ruby

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