orbit-basic/app/models/tag.rb

9 lines
106 B
Ruby

class Tag
include Mongoid::Document
include Mongoid::Timestamps
belongs_to :module_app
end