5 lines
68 B
Ruby
5 lines
68 B
Ruby
class LangSite < ApplicationRecord
|
|
has_many :menu_item_langs
|
|
|
|
end
|