Sha256: 84fab5eb63e1a32bae9c5c7f8430b367d5ee45e4abb88766f40910da50bac205
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_handler-0.8.0.0 | spec/dummy/config/application.rb |