Sha256: 5a4c5b54626a101a22eef73511646125cb728aca7af082ac02801ff5cbf8a8a4
Contents?: true
Size: 811 Bytes
Versions: 9
Compression:
Stored size: 811 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 = -> {[ # Ecm::Downloads::Backend::DownloadCategoriesController, # Ecm::Downloads::Backend::DownloadsController # ]} # config.registered_controllers = lambda { [ Ecm::Downloads::Backend::DownloadCategoriesController, Ecm::Downloads::Backend::DownloadsController ] } # Set the services, that will be shown in the backend menu. # # Default: config.registered_services = -> {[]} # config.registered_services = -> { [] } end
Version data entries
9 entries across 9 versions & 1 rubygems