Sha256: 751167be0bf3885b5fa125338f5bb8dd617d45157a7d798371ff96e9d11f3163
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true require "dry/configurable" module Hanami class Configuration # NullConfiguration can serve as a fallback configuration object when out-of-gem # configuration objects are not available (specifically, when the # hanami-controller, hanami-router or hanami-view gems are not loaded) class NullConfiguration include Dry::Configurable end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-2.0.0.beta3 | lib/hanami/configuration/null_configuration.rb |