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