Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 18:18:25 +01:00
родитель 038d66f387
Коммит 7498cd65a1
20 изменённых файлов: 1815 добавлений и 17 удалений

Просмотреть файл

@@ -8,7 +8,7 @@ Bundler.require(*Rails.groups)
module Dummy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 6.0 if Rails::VERSION::MAJOR == 6
# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
@@ -16,4 +16,3 @@ module Dummy
# the framework and any gems in your application.
end
end