Sha256: a2a485aa3ada9687688ee81e58a34fd1554ca604e72bb2f1296a62381fd774f8
Contents?: true
Size: 725 Bytes
Versions: 16
Compression:
Stored size: 725 Bytes
Contents
# frozen_string_literal: true 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) require 'works_cited' module Dummy # Our dummy application class Application < Rails::Application config.load_defaults Rails::VERSION::STRING.to_f # 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
Version data entries
16 entries across 16 versions & 1 rubygems