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 9de0d59 commit b9aaf99Copy full SHA for b9aaf99
activemodel/lib/active_model/error.rb
@@ -121,9 +121,10 @@ def initialize_dup(other) # :nodoc:
121
attr_reader :attribute
122
# The type of error, defaults to +:invalid+ unless specified
123
attr_reader :type
124
- # The raw value provided as the second parameter when calling +errors#add+
+ # The raw value provided as the second parameter when calling
125
+ # <tt>errors#add</tt>
126
attr_reader :raw_type
- # The options provided when calling +errors#add+
127
+ # The options provided when calling <tt>errors#add</tt>
128
attr_reader :options
129
130
# Returns the error message.
0 commit comments