diff options
Diffstat (limited to 'activerecord/test/models/without_table.rb')
-rw-r--r-- | activerecord/test/models/without_table.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/without_table.rb b/activerecord/test/models/without_table.rb index 7c0fc286e1..fc0a52d6ad 100644 --- a/activerecord/test/models/without_table.rb +++ b/activerecord/test/models/without_table.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class WithoutTable < ActiveRecord::Base default_scope -> { where(published: true) } end |