Class: KnowledgeBase::Sectionables::Links

Inherits:
Sectionable
  • Object
show all
Defined in:
app/models/knowledge_base/sectionables/links.rb

Defined Under Namespace

Classes: Link

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'app/models/knowledge_base/sectionables/links.rb', line 5

def to_s
  "#{super}: #{links.map(&:title).join(', ')}"
end