Open tk0miya opened 2 months ago
Inside ActionController, the application routes are installed to the ActionController::Base class on bootstrap automatically.
To follow the behavior, it's better to install _RbsRailsPathHelpers to ActionController::Base by default.
_RbsRailsPathHelpers
refs:
Note: this includes https://github.com/pocke/rbs_rails/pull/274.
Inside ActionController, the application routes are installed to the ActionController::Base class on bootstrap automatically.
To follow the behavior, it's better to install
_RbsRailsPathHelpers
to ActionController::Base by default.refs:
Note: this includes https://github.com/pocke/rbs_rails/pull/274.