Sha256: 791709684130dd95a800c13bf979db0c772f02f8bfdf2dbcb53b75abc5c7d6e8

Contents?: true

Size: 690 Bytes

Versions: 5

Compression:

Stored size: 690 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 Example
  class Application < Rails::Application
    # Initialize configuration defaults for originally generated Rails version.
    config.load_defaults(5.2)

    # Settings in config/environments/* take precedence over those specified here.
    # Application configuration can go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded after loading
    # the framework and any gems in your application.
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tainted_love-0.4.1 tests/rails/config/application.rb
tainted_love-0.4.0 tests/rails/config/application.rb
tainted_love-0.1.5 example/config/application.rb
tainted_love-0.1.4 example/config/application.rb
tainted_love-0.1.3 example/config/application.rb