Module: ComfyPress::DummyAuth
- Defined in:
- lib/comfypress/authentication/dummy_auth.rb
Instance Method Summary collapse
-
#authenticate ⇒ Object
Will always let you in.
Instance Method Details
#authenticate ⇒ Object
Will always let you in
4 5 6 |
# File 'lib/comfypress/authentication/dummy_auth.rb', line 4 def authenticate true end |