aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/without_table.rb
blob: 87f80911e1adb16c425fc676ca4fd2a760ae76d4 (plain) (tree)
1
2
3


                                         
class WithoutTable < ActiveRecord::Base
  default_scope where(:published => true)
end