Module: Iron::ContentType::Titlable

Extended by:
ActiveSupport::Concern
Included in:
Iron::ContentType
Defined in:
app/models/iron/content_type/titlable.rb

Instance Method Summary collapse

Instance Method Details

#titlable_definitionsObject



9
10
11
# File 'app/models/iron/content_type/titlable.rb', line 9

def titlable_definitions
  field_definitions.where(type: [ Iron::FieldDefinitions::TextField.name ])
end