Sha256: 0398cb04851f2bc70a4275f5fecc92af12c365a24d443cf55735367de405d996
Contents?: true
Size: 561 Bytes
Versions: 4
Compression:
Stored size: 561 Bytes
Contents
Ecm::Tags::Backend.configure do |config| # Set the resources, that will be shown in the backend menu. # # Default: config.registered_controllers = -> {[ # Ecm::Tags::Backend::TagsController # ]} # config.registered_controllers = lambda { [ Ecm::Tags::Backend::TagsController, Ecm::Tags::Backend::TaggingsController ] } # Set the services, that will be shown in the backend menu. # # Default: config.registered_services = -> {[ # ]} # config.registered_services = lambda { [ ] } end
Version data entries
4 entries across 4 versions & 1 rubygems