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
With ruby 2.3 and Rails 4.2.5 features_url in StrategiesController return wrong url. In development environment, it return http://localhost:3000/assets?controller=flip%2Ffeatures
The text was updated successfully, but these errors were encountered:
If you use it as a namespaced resource just mount the engine like this:
mount Flip::Engine => '/tools/features', as: 'features'
then features_url will work fine
features_url
Sorry, something went wrong.
Thanks! It looks great. I will give a try when I have chain.
It work for me. Thank you, @rubyconvict!
No branches or pull requests
With ruby 2.3 and Rails 4.2.5 features_url in StrategiesController return wrong url.
In development environment, it return http://localhost:3000/assets?controller=flip%2Ffeatures
The text was updated successfully, but these errors were encountered: