module KnowledgeBase::Concerns::Models::Sectionables::Image
Public Instance Methods
to_s()
click to toggle source
# File lib/knowledge_base/concerns/models/sectionables/image.rb, line 9 def to_s "#{super} ##{id}: #{caption}" end