Class: Docdata::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/docdata/engine.rb

Overview

Simpel extend on the +Rails::Engine+ to add support for a new config section within the environment configs

config.docata.username = "myapp_com" config.docata.password = "pa55w0rd" config.docata.test_mode = true

Examples:

default

# /config/environments/development.rb