Sha256: 5ce2d5c6a73da0359c7b9ac1819ce1849960b77156ee85cb3e801e098e04f6c2
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 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) require 'govuk_notify_rails' 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
6 entries across 6 versions & 1 rubygems