Sha256: 5ecce56d6ae18fe37541398194ead8cee84b4e76ca3af8d9b5909119a42cb410
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
require 'hanami/config/mapper' module Hanami module Config # Define configuration of application of # a specific environment # # @since 0.2.0 # @api private class Configure < Mapper private def error_message 'You must specify a block or a file for configuration definition' end end end end
Version data entries
5 entries across 5 versions & 1 rubygems