aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/without_table.rb
blob: 7c0fc286e148cfc1c426f6db73862dcffd5041db (plain) (blame)
1
2
3
class WithoutTable < ActiveRecord::Base
  default_scope -> { where(published: true) }
end