5 lines
90 B
Ruby
5 lines
90 B
Ruby
class AdminPCustomer < ApplicationRecord
|
|
belongs_to :admin
|
|
belongs_to :p_customer
|
|
end
|