Sha256: b05d707e1b44966e228ba38f95e2ea7c096e51856bf3e66dc1a3e915903c418a

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

Ecm::Downloads::Backend.configure do |config|  
  # Set the resources, that will be shown in the backend menu in development
  # mode. This needs to be set to get a correct menu because
  # Controller.descendants is empty in development. This is an eager load
  # issue.
  # 
  # Default: config.registered_controllers = []
  # 
  config.registered_controllers = [
    # Ecm::Downloads::Backend::ContentBoxesController
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecm_downloads2_backend-1.0.0 spec/dummy/config/initializers/ecm_downloads_backend.rb