4 lines
63 B
Ruby
4 lines
63 B
Ruby
class MlmPoint < ActiveRecord::Base
|
|
belongs_to :customer
|
|
end
|
class MlmPoint < ActiveRecord::Base
|
|
belongs_to :customer
|
|
end
|