Sha256: c00905ccf4dc7184fe7efd422419ac2c2893b0dc488fd8f1195edf881945d873

Contents?: true

Size: 535 Bytes

Versions: 7

Compression:

Stored size: 535 Bytes

Contents

require_relative 'boot'

require 'rails/all'

Bundler.require(*Rails.groups)
require "enju_leaf"
require "enju_manifestation_viewer"

module Dummy
  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 should go into files in config/initializers
    # -- all .rb files in that directory are automatically loaded.
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_leaf-1.3.6 spec/dummy/config/application.rb
enju_leaf-1.3.5 spec/dummy/config/application.rb
enju_leaf-1.3.4 spec/dummy/config/application.rb
enju_leaf-1.3.4.rc.2 spec/dummy/config/application.rb
enju_leaf-1.3.4.rc.1 spec/dummy/config/application.rb
enju_leaf-1.3.3.1 spec/dummy/config/application.rb
enju_leaf-1.3.3 spec/dummy/config/application.rb