diff options
Diffstat (limited to 'activemodel/test/models/custom_reader.rb')
-rw-r--r-- | activemodel/test/models/custom_reader.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/models/custom_reader.rb b/activemodel/test/models/custom_reader.rb index 2fbcf79c3d..dc26bb10ff 100644 --- a/activemodel/test/models/custom_reader.rb +++ b/activemodel/test/models/custom_reader.rb @@ -12,4 +12,4 @@ class CustomReader def read_attribute_for_validation(key) @data[key] end -end
\ No newline at end of file +end |