1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Enable annotate_rendered_view_with_filenames in development mode (#38216).

Contributed by Takashi Kato.


git-svn-id: https://svn.redmine.org/redmine/trunk@22088 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-02-02 12:11:46 +00:00
parent 60317acf25
commit 409f67d1ee

View File

@ -51,7 +51,7 @@ Rails.application.configure do
# config.i18n.raise_on_missing_translations = true
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true
config.action_view.annotate_rendered_view_with_filenames = true
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.