Method: ActiveAdmin::SidebarSection#title
- Defined in:
- lib/active_admin/sidebar_section.rb
#title ⇒ Object
The title gets displayed within the section in the view
21 22 23 |
# File 'lib/active_admin/sidebar_section.rb', line 21 def title I18n.t("active_admin.sidebars.#{name}", default: name.titlecase) end |