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