Sha256: 35c3f8ae4ecf7cf5b0b99bf63af8c9c359a52084340c0a65a9863c9f5a766aea

Contents?: true

Size: 702 Bytes

Versions: 6

Compression:

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

module Dummy
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults 7.0

    # 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

6 entries across 6 versions & 1 rubygems

Version Path
bard-file_field-0.1.5 dummy/config/application.rb
bard-file_field-0.1.4 dummy/config/application.rb
bard-file_field-0.1.3 dummy/config/application.rb
bard-file_field-0.1.2 dummy/config/application.rb
bard-file_field-0.1.1 dummy/config/application.rb
bard-file_field-0.1.0 dummy/config/application.rb