4 lines
66 B
Ruby
4 lines
66 B
Ruby
class AdminPreference < ApplicationRecord
|
|
belongs_to :admin
|
|
end
|
class AdminPreference < ApplicationRecord
|
|
belongs_to :admin
|
|
end
|