diff options
Diffstat (limited to 'activemodel/test/models/custom_reader.rb')
-rw-r--r-- | activemodel/test/models/custom_reader.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/test/models/custom_reader.rb b/activemodel/test/models/custom_reader.rb index dc26bb10ff..df605e93d9 100644 --- a/activemodel/test/models/custom_reader.rb +++ b/activemodel/test/models/custom_reader.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class CustomReader include ActiveModel::Validations |