Module: Stall::OmniauthHelper

Included in:
OmniauthCallbacksController
Defined in:
app/helpers/stall/omniauth_helper.rb

Instance Method Summary collapse

Instance Method Details

#user_omniauth_authorize_path_for(provider) ⇒ Object



3
4
5
# File 'app/helpers/stall/omniauth_helper.rb', line 3

def user_omniauth_authorize_path_for(provider)
  send(:"user_#{ provider }_omniauth_authorize_path")
end