module KnowledgeBase::Concerns::Models::Sectionables::Attachments::List
Public Instance Methods
to_s()
click to toggle source
# File lib/knowledge_base/concerns/models/sectionables/attachments/list.rb, line 11 def to_s "#{super} ##{id}: #{title}" end