Class: SettingsService::AuthenticatorStub

Inherits:
Object
  • Object
show all
Defined in:
app/services/settings_service/authenticator_stub.rb

Class Method Summary collapse

Class Method Details

.authenticate(key) ⇒ Object



5
6
7
# File 'app/services/settings_service/authenticator_stub.rb', line 5

def self.authenticate(key)
  true
end