Slim down
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
require_relative "boot"
|
||||
|
||||
require "rails/all"
|
||||
|
||||
# Require the gems listed in Gemfile, including any gems
|
||||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
module Fizzy
|
||||
@@ -16,14 +12,6 @@ module Fizzy
|
||||
# be reloaded or eager loaded.
|
||||
config.autoload_lib ignore: %w[ assets tasks rails_ext ]
|
||||
|
||||
# Configuration for the application, engines, and railties goes here.
|
||||
#
|
||||
# These settings can be overridden in specific environments using the files
|
||||
# in config/environments, which are processed later.
|
||||
#
|
||||
# config.time_zone = "Central Time (US & Canada)"
|
||||
# config.eager_load_paths << Rails.root.join("extras")
|
||||
|
||||
# Enable debug mode for Rails event logging so we get SQL query logs.
|
||||
# This was made necessary by the change in https://github.com/rails/rails/pull/55900
|
||||
config.after_initialize do
|
||||
|
||||
Reference in New Issue
Block a user