socialforge/app/models/discuss_demo.rb

5 lines
143 B
Ruby
Raw Normal View History

2015-03-16 15:29:13 +08:00
class DiscussDemo < ActiveRecord::Base
attr_accessible :title, :body
2015-03-17 09:39:12 +08:00
has_many_kindeditor_assets :attachments, :dependent => :destroy
2015-03-16 15:29:13 +08:00
end