Module: ComfortableMexicanSofa::DummyAuth

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

Instance Method Summary collapse

Instance Method Details

#authenticateObject

Will always let you in



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

def authenticate
  true
end