Class: CustomAttributes::CustomAttribute

Inherits:
Object
  • Object
show all
Defined in:
app/models/custom_attributes/custom_attribute.rb

Overview

TODO: Move this class since this is not a model

Constant Summary collapse

TYPE_NUMBER =
'number'
TYPE_DECIMAL =
'decimal'
TYPE_TEXT =
'text'
TYPE_MULTILINE_TEXT =
'multiline_text'
TYPE_DATE =
'date'
TYPE_DATE_TIME =
'date_time'