- # Custom directories with classes and modules you want to be autoloadable.
- config.autoload_paths += %W[#{config.root}/lib]
-
- # Force requests from old versions of IE (<= IE8) to be UTF-8 encoded.
- # This has defaulted to false since rails 6.0
- config.action_view.default_enforce_utf8 = true
+ # 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")