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