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