mirror of https://github.com/rails/rails
Add :nodoc: to ActiveModel::SecurePassword.min_cost
[ci skip]
This commit is contained in:
parent
ef9b29351b
commit
65f1766a08
|
@ -2,7 +2,9 @@ module ActiveModel
|
|||
module SecurePassword
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
class << self; attr_accessor :min_cost; end
|
||||
class << self
|
||||
attr_accessor :min_cost # :nodoc:
|
||||
end
|
||||
self.min_cost = false
|
||||
|
||||
module ClassMethods
|
||||
|
|
Loading…
Reference in New Issue