Skip to content

Commit bc6847d

Browse files
Enable partials rendering in development mode
to facilitate debugging extracted from #24
1 parent 39367e5 commit bc6847d

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
@@ -62,7 +62,7 @@
6262
# config.i18n.raise_on_missing_translations = true
6363

6464
# Annotate rendered view with file names.
65-
# config.action_view.annotate_rendered_view_with_filenames = true
65+
config.action_view.annotate_rendered_view_with_filenames = true
6666

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

0 commit comments

Comments
 (0)