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 a99adc6 commit dd7e407Copy full SHA for dd7e407
activerecord/lib/active_record/secure_token.rb
@@ -32,11 +32,11 @@ module ClassMethods
32
#
33
# ==== Options
34
35
- # [:length]
+ # [+:length+]
36
# Length of the Secure Random, with a minimum of 24 characters. It will
37
# default to 24.
38
39
- # [:on]
+ # [+:on+]
40
# The callback when the value is generated. When called with <tt>on:
41
# :initialize</tt>, the value is generated in an
42
# <tt>after_initialize</tt> callback, otherwise the value will be used
0 commit comments