module AuthlogicOauth::Helper

Public Instance Methods

oauth_login_button(options = {}) click to toggle source
# File lib/authlogic_oauth/helper.rb, line 7
def oauth_login_button(options = {})
  oauth_button('login_with_oauth', options)
end
oauth_register_button(options = {}) click to toggle source
# File lib/authlogic_oauth/helper.rb, line 3
def oauth_register_button(options = {})
  oauth_button('register_with_oauth', options)
end