Module: Empower::OmniauthHelper

Defined in:
app/helpers/empower/omniauth_helper.rb

Instance Method Summary collapse

Instance Method Details

#facebook_login_button(text = 'Sign in with Facebook') ⇒ Object



4
5
6
7
8
9
10
# File 'app/helpers/empower/omniauth_helper.rb', line 4

def (text = 'Sign in with Facebook')
  link_to(
    text,
    main_app.user_omniauth_authorize_path(:facebook),
    :class => 'button facebook'
  )
end