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