Sha256: 5cffe75de2616366e610a2eea929359089182713b4f62408e91c1ee21905b6a2
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 Bytes
Contents
require_relative 'boot' require 'rails/all' Bundler.require(*Rails.groups) require 'exception_handler' 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exception_handler-0.8.0.2 | spec/dummy/config/application.rb |
exception_handler-0.8.0.1 | spec/dummy/config/application.rb |