Class: KnowledgeBase::Sectionables::Image

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

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