We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ba8b7 commit 14a1cb7Copy full SHA for 14a1cb7
activerecord/lib/active_record/type/value.rb
@@ -12,8 +12,8 @@ def initialize(options = {})
12
@limit = options[:limit]
13
end
14
15
- # The simplified that this object represents. Subclasses
16
- # should override this method.
+ # The simplified type that this object represents. Subclasses
+ # must override this method.
17
def type; end
18
19
# Takes an input from the database, or from attribute setters,
0 commit comments