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