class Clearance::PasswordStrategies::BCryptMigrationFromSHA1::BCryptUser

Public Class Methods

new(user) click to toggle source
# File lib/clearance/password_strategies/deprecated/bcrypt_migration_from_sha1.rb, line 7
def initialize(user)
  @user = user
end