aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-02 16:40:33 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-02 16:40:33 +0200
commit14a1cb7b6880a95af739b992c5c7248d858941f2 (patch)
tree17bdaeadff53394325b85d15ebf208250e563840 /activerecord/lib/active_record/type
parentd7ba8b70183a22cc505fe1735c2c2ca3e1c0f174 (diff)
downloadrails-14a1cb7b6880a95af739b992c5c7248d858941f2.tar.gz
rails-14a1cb7b6880a95af739b992c5c7248d858941f2.tar.bz2
rails-14a1cb7b6880a95af739b992c5c7248d858941f2.zip
docs, fix typo [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/type')
-rw-r--r--activerecord/lib/active_record/type/value.rb4
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,