class TwoFactorDevices::Devices::Manager

device manager

Protected Instance Methods

registrator() click to toggle source
# File lib/two_factor_devices/devices/manager.rb, line 14
def registrator
  @registrator ||= Registrator.new
end
validator() click to toggle source
# File lib/two_factor_devices/devices/manager.rb, line 10
def validator
  @validator ||= Validator.new
end