Module: CustomFieldAnswer::Field::DateField

Defined in:
app/models/custom_field_answer/field.rb

Instance Method Summary collapse

Instance Method Details

#value=(value) ⇒ Object



83
84
85
86
87
# File 'app/models/custom_field_answer/field.rb', line 83

def value=(value)
  super

  self.datetime_value = value
end