diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-06-02 16:40:33 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-06-02 16:40:33 +0200 |
commit | 14a1cb7b6880a95af739b992c5c7248d858941f2 (patch) | |
tree | 17bdaeadff53394325b85d15ebf208250e563840 /activerecord | |
parent | d7ba8b70183a22cc505fe1735c2c2ca3e1c0f174 (diff) | |
download | rails-14a1cb7b6880a95af739b992c5c7248d858941f2.tar.gz rails-14a1cb7b6880a95af739b992c5c7248d858941f2.tar.bz2 rails-14a1cb7b6880a95af739b992c5c7248d858941f2.zip |
docs, fix typo [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/type/value.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/type/value.rb b/activerecord/lib/active_record/type/value.rb index 8cd99df2b4..1f7d4e20b2 100644 --- a/activerecord/lib/active_record/type/value.rb +++ b/activerecord/lib/active_record/type/value.rb @@ -12,8 +12,8 @@ module ActiveRecord @limit = options[:limit] end - # The simplified that this object represents. Subclasses - # should override this method. + # The simplified type that this object represents. Subclasses + # must override this method. def type; end # Takes an input from the database, or from attribute setters, |