Sha256: 866f8df43717242a75ebb398cdd639f7c45c384dc3de126da5536cb0a44a382c

Contents?: true

Size: 671 Bytes

Versions: 3

Compression:

Stored size: 671 Bytes

Contents

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 "active_job_log"

module Dummy
  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

3 entries across 3 versions & 1 rubygems

Version Path
active_job_log-3.0.0 spec/dummy/config/application.rb
active_job_log-2.1.0 spec/dummy/config/application.rb
active_job_log-2.0.0 spec/dummy/config/application.rb