We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This behavior by default
url_for(controller: :payment, action: :error, subdomain: :secure) => /payment_error
And I get expected result when add option only_path: false
url_for(controller: :payment, action: :error, subdomain: :secure, only_path: false) => http://secure.my.office/payment_error
It's a bug?
The text was updated successfully, but these errors were encountered:
Yes, that sounds like a bug. Thanks for the report!
Sorry, something went wrong.
pboling
No branches or pull requests
This behavior by default
And I get expected result when add option only_path: false
It's a bug?
The text was updated successfully, but these errors were encountered: