orbit-basic/app/models/asset_tag.rb

5 lines
62 B
Ruby

class AssetTag < Tag
has_and_belongs_to_many :assets
end