Sha256: 3acb5ab320d46b7a6cdc51ed077e3d66a0827d51365990109a633f4cafcc1f98

Contents?: true

Size: 988 Bytes

Versions: 34

Compression:

Stored size: 988 Bytes

Contents

Cmor::Showcase.configure do |config|
  # Set the resources, that will be shown in the backend menu.
  # 
  # Default: config.resources_controllers = -> {[
  #            Cmor::Showcase::CategoriesController,
  #            Cmor::Showcase::ItemsController,
  #            Cmor::Showcase::FileDetailsController
  #          ]}
  # 
  config.resources_controllers = -> {[
    Cmor::Showcase::CategoriesController,
    Cmor::Showcase::ItemsController,
    Cmor::Showcase::FileDetailsController
  ]}

  # Set the resources, that will be shown in the backend menu.
  # 
  # Default: config.resource_controllers = -> {[]}
  # 
  config.resource_controllers = -> {[]}

  # Set the services, that will be shown in the backend menu.
  # 
  # Default: config.service_controllers = -> {[]}
  # 
  config.service_controllers = -> {[]}

  # Set the sidebars, that will be shown in the backend menu.
  # 
  # Default: config.sidebar_controllers = -> {[]}
  # 
  config.sidebar_controllers = -> {[]}
end

Version data entries

34 entries across 22 versions & 1 rubygems

Version Path
cmor_showcase-0.0.60.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.59.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.58.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.57.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.56.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.55.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.54.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.53.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.52.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.51.pre spec/dummy/config/initializers/cmor_showcase.rb
cmor_showcase-0.0.51.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.50.pre spec/dummy/config/initializers/cmor_showcase.rb
cmor_showcase-0.0.50.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.49.pre spec/dummy/config/initializers/cmor_showcase.rb
cmor_showcase-0.0.49.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.48.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.48.pre spec/dummy/config/initializers/cmor_showcase.rb
cmor_showcase-0.0.45.pre spec/dummy/config/initializers/cmor_showcase.rb
cmor_showcase-0.0.45.pre lib/generators/cmor/showcase/install/templates/initializer.rb
cmor_showcase-0.0.44.pre spec/dummy/config/initializers/cmor_showcase.rb