Module Cms::Behaviors::Categorizing::InstanceMethods
In: lib/cms/behaviors/categorizing.rb

Methods

Public Instance methods

[Source]

    # File lib/cms/behaviors/categorizing.rb, line 25
25:         def category_name
26:           category && category.name
27:         end

[Validate]