Module: ComfyPress::DummyAuth

Defined in:
lib/comfypress/authentication/dummy_auth.rb

Instance Method Summary collapse

Instance Method Details

#authenticateObject

Will always let you in



4
5
6
# File 'lib/comfypress/authentication/dummy_auth.rb', line 4

def authenticate
  true
end