mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
In older rails versions there was a way to use only helpers from helper file corresponding to current controller and you could also include all helpers by saying 'helper :all' in controller. This config allows to return to older behavior by setting it to false.