]> source.dussan.org Git - redmine.git/commitdiff
Enable annotate_rendered_view_with_filenames in development mode (#38216).
authorGo MAEDA <maeda@farend.jp>
Thu, 2 Feb 2023 12:11:46 +0000 (12:11 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 2 Feb 2023 12:11:46 +0000 (12:11 +0000)
Contributed by Takashi Kato.

git-svn-id: https://svn.redmine.org/redmine/trunk@22088 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environments/development.rb

index 8963e6ab056999fde88daff70056011639fc1e96..5b345a01a134f40e822a10578052b64dc857948f 100644 (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.