Sha256: 829a9d5432d31fb1c7c7619c012f4037716f7740aa6e00c434abb0ca3b42ae62
Contents?: true
Size: 590 Bytes
Versions: 37
Compression:
Stored size: 590 Bytes
Contents
Cmor::Core::Frontend.configure do |config| # Methods, that will be tried on a resource to generate a nice title # # Default: config.resource_label_methods = %i(human name email to_s) # config.resource_label_methods = %i(human name email to_s) # Sets the first breadcrumb. This is usually the home link. # # Default: config.first_breadcrumb = ->() { Cmor::Core::Frontend::Breadcrumb::Base.new(label: t('.home'), url: c.main_app.root_path) } # config.first_breadcrumb = ->() { Cmor::Core::Frontend::Breadcrumb::Base.new(label: t('.home'), url: c.main_app.root_path) } end
Version data entries
37 entries across 25 versions & 1 rubygems