aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorMariano Valles <mariano.valles@wooga.com>2014-07-16 17:17:31 +0200
committerMariano Valles <mariano.valles@wooga.com>2014-07-16 17:17:31 +0200
commitdd02463a26f3d9cd20bb6fb5ef84e0df7477c75d (patch)
tree0e7e5d11e5c5d56b33b8e455ff56f74b0601a114 /activerecord/lib/active_record
parent431b4b4d8881fce7bd937d7d9ff38afb1e3d8b4c (diff)
downloadrails-dd02463a26f3d9cd20bb6fb5ef84e0df7477c75d.tar.gz
rails-dd02463a26f3d9cd20bb6fb5ef84e0df7477c75d.tar.bz2
rails-dd02463a26f3d9cd20bb6fb5ef84e0df7477c75d.zip
Fix decimal_test module and add new test for object responding to to_d
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/type/decimal.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/type/decimal.rb b/activerecord/lib/active_record/type/decimal.rb
index 31c465afdc..27566cf856 100644
--- a/activerecord/lib/active_record/type/decimal.rb
+++ b/activerecord/lib/active_record/type/decimal.rb
@@ -23,7 +23,6 @@ module ActiveRecord
cast_value(value.to_s)
end
end
-
end
end
end