Class: ContentSlideshow

Inherits:
ApplicationRecord show all
Includes:
Concerns::ContentType
Defined in:
app/models/content_slideshow.rb

Instance Method Summary collapse

Methods included from Concerns::ContentType

#column, #content_type_is?, #parent

Instance Method Details

#content_typeObject



6
7
8
# File 'app/models/content_slideshow.rb', line 6

def content_type
  :slideshow
end