thatcher_app/app/models/lang_site.rb
2019-11-11 16:11:03 +01:00

5 lines
68 B
Ruby

class LangSite < ApplicationRecord
has_many :menu_item_langs
end