Class: KnowledgeBase::Sectionables::Text

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'app/models/knowledge_base/sectionables/text.rb', line 3

def to_s
  "#{super}: #{heading}"
end