orbit-basic/app/models/tag.rb

10 lines
143 B
Ruby
Raw Normal View History

2012-02-14 16:32:20 +00:00
class Tag
include Mongoid::Document
include Mongoid::Timestamps
belongs_to :module_app
has_and_belongs_to_many :bulletins
end