67582f08bf
5740d4ec0c
1
2 3 4 5
class WithoutTable < ActiveRecord::Base def self.default_scope where(:published => true) end end