Module: AuthlogicOauth::Helper
- Defined in:
- lib/authlogic_oauth/helper.rb
Instance Method Summary collapse
- #oauth_login_button(options = {}) ⇒ Object
- #oauth_login_image_button(image, options = {}) ⇒ Object
- #oauth_register_button(options = {}) ⇒ Object
- #oauth_register_image_button(image, options = {}) ⇒ Object
Instance Method Details
#oauth_login_button(options = {}) ⇒ Object
7 8 9 |
# File 'lib/authlogic_oauth/helper.rb', line 7 def ( = {}) ('login_with_oauth', ) end |
#oauth_login_image_button(image, options = {}) ⇒ Object
15 16 17 |
# File 'lib/authlogic_oauth/helper.rb', line 15 def (image, = {}) ('login_with_oauth', image, ) end |
#oauth_register_button(options = {}) ⇒ Object
3 4 5 |
# File 'lib/authlogic_oauth/helper.rb', line 3 def ( = {}) ('register_with_oauth', ) end |
#oauth_register_image_button(image, options = {}) ⇒ Object
11 12 13 |
# File 'lib/authlogic_oauth/helper.rb', line 11 def (image, = {}) ('register_with_oauth', image, ) end |