diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-02-15 13:49:21 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-02-15 14:22:08 -0700 |
commit | 8c837e5fcc2a3ac639b3b93b0024bd2c20d3b6ed (patch) | |
tree | 48c22796cb5e039bc4f21cc75458f4467ecf76eb /activerecord/lib/active_record/persistence.rb | |
parent | 1747c4e2cea811cbf04fccc9f57256c80112d9ce (diff) | |
download | rails-8c837e5fcc2a3ac639b3b93b0024bd2c20d3b6ed.tar.gz rails-8c837e5fcc2a3ac639b3b93b0024bd2c20d3b6ed.tar.bz2 rails-8c837e5fcc2a3ac639b3b93b0024bd2c20d3b6ed.zip |
Add a global type registry, used to lookup and register types
As per previous discussions, we want to give users the ability to
reference their own types with symbols, instead of having to pass the
object manually. This adds the class that will be used to do so.
ActiveRecord::Type.register(:money, MyMoneyType)
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
0 files changed, 0 insertions, 0 deletions