socialforge/app/models/discuss_demo.rb

5 lines
138 B
Ruby
Raw Normal View History

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