remove duplicate name

This commit is contained in:
Joerg Reichert 2023-04-02 22:40:57 +02:00
parent 8f6f9eae51
commit 0511635443
4 changed files with 19 additions and 17 deletions

View file

@ -22,6 +22,8 @@ Rails.application.configure do
# Raise an error on page load if there are pending migrations.
config.active_record.migration_error = :page_load
config.active_record.legacy_connection_handling = false
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.