module KnowledgeBase::Concerns::Models::Sectionables::Gallery

Public Instance Methods

to_s() click to toggle source
# File lib/knowledge_base/concerns/models/sectionables/gallery.rb, line 12
def to_s
  "#{super} ##{id}: #{title}"
end