aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/without_table.rb
blob: 184ab1649e724079bb2c0293b60e331b6db52f5e (plain) (tree)
1
2
3
                                       
                                         
   
class WithoutTable < ActiveRecord::Base
  default_scope where(:published => true)
end