Sha256: f6fef0168f560c7733df3bd87c6f729ada9254f1edb6c2a72026badb69c55b70

Contents?: true

Size: 677 Bytes

Versions: 4

Compression:

Stored size: 677 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)

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

4 entries across 4 versions & 2 rubygems

Version Path
belated-0.3.0 dummy/config/application.rb
belated-0.2.0 dummy/config/application.rb
belated-0.1.0 dummy/config/application.rb
hard_worker-0.0.4 dummy/config/application.rb