socialforge/app/models/output.rb

5 lines
116 B
Ruby
Raw Normal View History

2017-03-16 10:26:02 +08:00
class Output < ActiveRecord::Base
# attr_accessible :title, :body
2017-03-23 15:07:23 +08:00
default_scope :order => 'created_at desc'
2017-03-16 10:26:02 +08:00
end