Sha256: c475519f27a500e0fc09d748372ce257b7ddcd3507b804fc0124d7951f60fefe

Contents?: true

Size: 545 Bytes

Versions: 12

Compression:

Stored size: 545 Bytes

Contents

require_relative 'boot'

require 'rails/all'

Bundler.require(*Rails.groups)

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

12 entries across 12 versions & 1 rubygems

Version Path
smart_table-0.0.12 ./spec/dummy_app/config/application.rb
smart_table-0.0.11 ./spec/dummy_app/config/application.rb
smart_table-0.0.10 ./spec/dummy_app/config/application.rb
smart_table-0.0.9 ./spec/dummy_app/config/application.rb
smart_table-0.0.8 ./spec/dummy_app/config/application.rb
smart_table-0.0.7 ./spec/dummy_app/config/application.rb
smart_table-0.0.6 ./spec/dummy_app/config/application.rb
smart_table-0.0.5 ./spec/dummy_app/config/application.rb
smart_table-0.0.4 ./spec/dummy_app/config/application.rb
smart_table-0.0.3 ./spec/dummy_app/config/application.rb
smart_table-0.0.2 ./spec/dummy_app/config/application.rb
smart_table-0.0.1 ./spec/dummy_app/config/application.rb