From 229d79fce9a092bd2e71559603fba67000b18254 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Aug 2021 16:29:19 -0400 Subject: update to rails 3.0.2 --- config/application.rb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index f376922..8fa1ac6 100644 --- a/config/application.rb +++ b/config/application.rb @@ -1,6 +1,6 @@ -require_relative 'boot' +require_relative "boot" -require 'rails/all' +require "rails/all" # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. @@ -11,9 +11,12 @@ module Pinrails # Initialize configuration defaults for originally generated Rails version. config.load_defaults 6.0 - # Settings in config/environments/* take precedence over those specified here. - # Application configuration can go into files in config/initializers - # -- all .rb files in that directory are automatically loaded after loading - # the framework and any gems in your application. + # 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") end end -- cgit 1.4.1