Sha256: c0eeb432a8d0503b33e539b1269d8e83a59cef1a4dadefe73d671f9e062ce8dd
Contents?: true
Size: 693 Bytes
Versions: 50
Compression:
Stored size: 693 Bytes
Contents
<%= name %>.configure do |config| # Set the resources, that will be shown in the backend menu. # # Default: config.resources_controllers = -> {[]} # config.resources_controllers = -> {[]} # 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
50 entries across 50 versions & 1 rubygems