3 lines
63 B
Ruby
3 lines
63 B
Ruby
class ProMembership < ApplicationRecord
|
|
belongs_to :user
|
|
end
|
class ProMembership < ApplicationRecord
|
|
belongs_to :user
|
|
end
|