Sha256: e09ce84a89a69e8cebdbd736c2f7ac974737f81703e00f6a363bdcb288e6c20b

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 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 = Docdata::Config
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dagjeweg-0.0.2 lib/dagjeweg/engine.rb