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

Version Path
works_cited-0.1.16 spec/dummy/config/application.rb
works_cited-0.1.15 spec/dummy/config/application.rb
works_cited-0.1.14 spec/dummy/config/application.rb
works_cited-0.1.13 spec/dummy/config/application.rb
works_cited-0.1.11 spec/dummy/config/application.rb
works_cited-0.1.10 spec/dummy/config/application.rb
works_cited-0.1.9 spec/dummy/config/application.rb
works_cited-0.1.8 spec/dummy/config/application.rb
works_cited-0.1.7 spec/dummy/config/application.rb
works_cited-0.1.6 spec/dummy/config/application.rb
works_cited-0.1.5 spec/dummy/config/application.rb
works_cited-0.1.4 spec/dummy/config/application.rb
works_cited-0.1.3 spec/dummy/config/application.rb
works_cited-0.1.2 spec/dummy/config/application.rb
works_cited-0.1.1 spec/dummy/config/application.rb
works_cited-0.1.0 spec/dummy/config/application.rb