aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/without_table.rb
blob: 1a63d6ceb6a4815fc54c829d54f260b28bb8a515 (plain) (blame)
1
2
3
4
5
class WithoutTable < ActiveRecord::Base
  def self.default_scope
    where(:published => true)
  end
end