orbit-basic/app/models/tile.rb

9 lines
102 B
Ruby

class Tile
include Mongoid::Document
include Mongoid::Timestamps
belongs_to :group
end