You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And now when I include this in other controllers like:
classWorkersController < ApplicationControllerincludeApplicationHelper
...
end
The traceroute shows that workers#current_balance as unused route.
And I've that application_helper included pretty much in every controller, the traceroute shows it for all controllers?
The text was updated successfully, but these errors were encountered:
Is this only a helper method and not a real action from the controller? If so, please do follow a best practice and make it private, and it won't be an unused route.
I've an application helper file:
And now when I include this in other controllers like:
The traceroute shows that
workers#current_balance
as unused route.And I've that application_helper included pretty much in every controller, the traceroute shows it for all controllers?
The text was updated successfully, but these errors were encountered: