diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-05-20 09:15:22 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-05-20 09:15:22 -0700 |
commit | e781aa31fc52a7c696115302ef4d4e02bfd1533b (patch) | |
tree | cd23f0a417dfee59208965bb3921a6173b40dbd7 /activerecord/test/cases/reflection_test.rb | |
parent | 89ca6806a72006ef493e5e6ceb50f8ed02dc2da3 (diff) | |
download | rails-e781aa31fc52a7c696115302ef4d4e02bfd1533b.tar.gz rails-e781aa31fc52a7c696115302ef4d4e02bfd1533b.tar.bz2 rails-e781aa31fc52a7c696115302ef4d4e02bfd1533b.zip |
Replace `type_cast` case statement with delegation
All subclasses of column were now delegating `type_cast` to their
injected type object. We can remove the overriding methods, and
generalize it on the `Column` class itself. This also enabled us to
remove several column classes completely, as they no longer had any
meaningful behavior of their own.
Diffstat (limited to 'activerecord/test/cases/reflection_test.rb')
0 files changed, 0 insertions, 0 deletions