# File lib/devise/omniauth/url_helpers.rb, line 23 def omniauth_authorize_path(resource_or_scope, *args) scope = Devise::Mapping.find_scope!(resource_or_scope) send("#{scope}_omniauth_authorize_path", *args) end