Class: KnowledgeBase::Sectionables::Links
- Inherits:
- 
      Sectionable
      
        - Object
- ActiveRecord::Base
- Sectionable
- KnowledgeBase::Sectionables::Links
 
- Defined in:
- app/models/knowledge_base/sectionables/links.rb
Defined Under Namespace
Classes: Link
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
| 5 6 7 | # File 'app/models/knowledge_base/sectionables/links.rb', line 5 def to_s "#{super}: #{links.map(&:title).join(', ')}" end |