class OmniAuth::Strategies::Gocardless

Public Instance Methods

callback_url() click to toggle source

Required for omniauth-oauth2 >= 1.4 github.com/intridea/omniauth-oauth2/issues/81

# File lib/omniauth/strategies/gocardless.rb, line 25
def callback_url
        full_host + script_name + callback_path
end