Sha256: 77bec502c467ae094267877cbac37a9c1cd95f1df19b267b2232ef195ef0cc66
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
module DagjeWeg # # Simpel extend on the +Rails::Engine+ to add support for a new config section within # the environment configs # # @example default # # /config/environments/development.rb # config.dagjeweg.api_key = "12343465sdfgsadr324" # class Engine < Rails::Engine config.dagjeweg = Dagjeweg::Config end end
Version data entries
5 entries across 5 versions & 1 rubygems