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 ( = {}) ('login_with_oauth2', ) end |
#oauth2_register_button(options = {}) ⇒ Object
3 4 5 |
# File 'lib/authlogic_oauth2/helper.rb', line 3 def ( = {}) ('register_with_oauth2', ) end |