Sha256: 0a6b06de26411e81f53e511135be18aef634a4a1614dff51a90b812f20a3574e
Contents?: true
Size: 420 Bytes
Versions: 5
Compression:
Stored size: 420 Bytes
Contents
require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require(*Rails.groups) require "activejob/retriable" module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. end end
Version data entries
5 entries across 5 versions & 1 rubygems