Sha256: 4bb7a01c7f051c4efafe116b74bd081c5fdd786e3f0761b3039a0e8dda8f9106
Contents?: true
Size: 734 Bytes
Versions: 13
Compression:
Stored size: 734 Bytes
Contents
require_relative 'boot' require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module Dassie 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. # use SideKiq by default config.active_job.queue_adapter = :sidekiq end end
Version data entries
13 entries across 13 versions & 1 rubygems