Class: ContentForm
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ContentForm
- 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_type ⇒ Object
6 7 8 |
# File 'app/models/content_form.rb', line 6 def content_type :form end |