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
Default preview controller should not crash with config.action_controller.include_all_helpers = false (#2045)
* Default preview controller should not crash with `config.action_controller.include_all_helpers = false` (fixes#1654)
* PreviewHelper: Rename private #find_template_data method to something less generic
The default Rails configuration loads the PreviewHelper for every controller.
We should use specific method names to prevent name clashes with user-provided helpers.
* Apply suggestions from code review
* add nocov
* Update docs/CHANGELOG.md
---------
Co-authored-by: Joel Hawksley <joel@hawksley.org>
Co-authored-by: Joel Hawksley <joelhawksley@github.com>
0 commit comments