Skip to content

Commit 69efe6a

Browse files
committed
Enable Annotate Rendered Views with filenames
only in dev
1 parent dfca11e commit 69efe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# config.i18n.raise_on_missing_translations = true
7777

7878
# Annotate rendered view with file names.
79-
# config.action_view.annotate_rendered_view_with_filenames = true
79+
config.action_view.annotate_rendered_view_with_filenames = true
8080

8181
# Uncomment if you wish to allow Action Cable access from any origin.
8282
# config.action_cable.disable_request_forgery_protection = true

0 commit comments

Comments
 (0)