Class: KnowledgeBase::Sectionables::Sectionable

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/knowledge_base/sectionables/sectionable.rb

Direct Known Subclasses

Gallery, Image, Links, List, Text, Video

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  self.class.model_name.human
end