Sha256: 9a9887ee3995162e645b91e08b2b40be20524a38bced566ea64b2eed4e12efab
Contents?: true
Size: 661 Bytes
Versions: 49
Compression:
Stored size: 661 Bytes
Contents
Cmor::Testimonials::Backend.configure do |config| # Set the resources, that will be shown in the backend menu. # # Default: config.registered_controllers = -> {[ # Cmor::Testimonials::Backend::CategoriesController, # Cmor::Testimonials::Backend::TestimonialsController # ]} # config.registered_controllers = lambda { [ Cmor::Testimonials::Backend::CategoriesController, Cmor::Testimonials::Backend::TestimonialsController ] } # Set the services, that will be shown in the backend menu. # # Default: config.registered_services = -> {[]} # config.registered_services = -> { [] } end
Version data entries
49 entries across 49 versions & 1 rubygems