Sha256: dbf1ae422aed92ad2255398b42edfb6c167628b223a280238fa8c1daeae0bdf8

Contents?: true

Size: 543 Bytes

Versions: 5

Compression:

Stored size: 543 Bytes

Contents

require_relative 'boot'

require 'rails/all'

Bundler.require(*Rails.groups)

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

    # 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
activeadmin_blaze_theme-0.7.4 spec/dummy/config/application.rb
activeadmin_blaze_theme-0.7.0 spec/dummy/config/application.rb
activeadmin_blaze_theme-0.6.2 spec/dummy/config/application.rb
activeadmin_blaze_theme-0.6.0 spec/dummy/config/application.rb
activeadmin_blaze_theme-0.5.16 spec/dummy/config/application.rb