Get the display name of the collection for this class (index action). This uses ActiveModel::Naming to fetch the plural name of the resource class.
# File lib/kitestrings/menu/model.rb, line 25 def menu_display_name self.model_name.human.pluralize.titlecase end