pocke / rbs_rails

Apache License 2.0
285 stars 34 forks source link

Install _RbsRailsPathHelpers to ActionController::Base by default #279

Open tk0miya opened 2 months ago

tk0miya commented 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.

refs:

Note: this includes https://github.com/pocke/rbs_rails/pull/274.