Module: OpenAuth

Defined in:
lib/openauth.rb

Constant Summary collapse

VERSION =
BetterAuth::VERSION

Class Method Summary collapse

Class Method Details

.authObject



8
9
10
# File 'lib/openauth.rb', line 8

def self.auth(...)
  BetterAuth.auth(...)
end

.const_missing(name) ⇒ Object



12
13
14
15
16
# File 'lib/openauth.rb', line 12

def self.const_missing(name)
  BetterAuth.const_get(name)
rescue NameError
  super
end