Class: ContentForm

Inherits:
ApplicationRecord show all
Includes:
Concerns::ContentType
Defined in:
app/models/content_form.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_form.rb', line 6

def content_type
  :form
end