I am using ruby-openid, can I change the return URL to something other than the default (current action)?
(Using rails 4)
You are probably looking for the return_to option:
return_to
http://rubydoc.info/github/openid/ruby-openid/OpenID/Consumer/CheckIDRequest#redirect_url-instance_method
You are probably looking for the
return_to
option:http://rubydoc.info/github/openid/ruby-openid/OpenID/Consumer/CheckIDRequest#redirect_url-instance_method