# -*- encoding: utf-8 -*- class Comment include Guacamole::Model attribute :text, String end