Module: AuthlogicOauth2::Helper

Defined in:
lib/authlogic_oauth2/helper.rb

Instance Method Summary collapse

Instance Method Details

#oauth2_login_button(options = {}) ⇒ Object



7
8
9
# File 'lib/authlogic_oauth2/helper.rb', line 7

def (options = {})
  oauth2_button('login_with_oauth2', options)
end

#oauth2_register_button(options = {}) ⇒ Object



3
4
5
# File 'lib/authlogic_oauth2/helper.rb', line 3

def oauth2_register_button(options = {})
  oauth2_button('register_with_oauth2', options)
end