socialforge/app/models/discuss_demo.rb

5 lines
143 B
Ruby

class DiscussDemo < ActiveRecord::Base
attr_accessible :title, :body
has_many_kindeditor_assets :attachments, :dependent => :destroy
end