module KnowledgeBase::Concerns::Models::Sectionables::List
Public Instance Methods
to_s()
click to toggle source
# File lib/knowledge_base/concerns/models/sectionables/list.rb, line 13 def to_s "#{super} ##{id}: #{title}" end