Sha256: fe98b368b0b457193dccedb2b0d95e74ab13701d1541f5cbfb57765ec28f0c5f
Contents?: true
Size: 403 Bytes
Versions: 11
Compression:
Stored size: 403 Bytes
Contents
module Docdata # # 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.docata.username = "myapp_com" # config.docata.password = "pa55w0rd" # config.docata.test_mode = true # class Engine < Rails::Engine config.docdata = Docdata::Config end end
Version data entries
11 entries across 11 versions & 1 rubygems