class Category
include Mongoid::Document
field :title, type: String
field :type, type: String
has_many :templates
has_many :extensions
end