Module: AuthlogicOauth::Helper

Defined in:
lib/authlogic_oauth/helper.rb

Instance Method Summary collapse

Instance Method Details

#oauth_login_button(options = {}) ⇒ Object



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

def (options = {})
  oauth_button('login_with_oauth', options)
end

#oauth_login_image_button(image, options = {}) ⇒ Object



15
16
17
# File 'lib/authlogic_oauth/helper.rb', line 15

def (image, options = {})
  oauth_image_button('login_with_oauth', image, options)
end

#oauth_register_button(options = {}) ⇒ Object



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

def oauth_register_button(options = {})
  oauth_button('register_with_oauth', options)
end

#oauth_register_image_button(image, options = {}) ⇒ Object



11
12
13
# File 'lib/authlogic_oauth/helper.rb', line 11

def oauth_register_image_button(image, options = {})
  oauth_image_button('register_with_oauth', image, options)
end