Sha256: cda964510e348c630e1e00b180880f40338539848c563b0c520f808ffa7ab751

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

Itsf::Backend.configure do |config|
  # Set the base controller
  #
  # Default: config.base_controller = '::BackendController'
  #
  config.base_controller = '::BackendController'

  # Register backend engines here. They will be  added to the backend menu
  # 
  # Example: config.backend_engines = [ MyEngine::Engine ]
  # 
  # Default: config.backend_engines = []
  # 
  config.backend_engines = [
    Ecm::Downloads::Backend::Engine
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

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