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
I want override concern resource_finder.rb which include method provider
resource_finder.rb
provider
The text was updated successfully, but these errors were encountered:
yep just override provider method from your application_controller, or any child controllers if you need more granularity.. something like:
def provider if request_for_cool_stuff? 'cool_stuff_bro' else super end end
Sorry, something went wrong.
thanks @Marinlemaignan
No branches or pull requests
I want override concern
resource_finder.rb
which include methodprovider
The text was updated successfully, but these errors were encountered: