Class: PushType::DateField

Inherits:
FieldType show all
Defined in:
app/fields/push_type/date_field.rb

Instance Attribute Summary

Attributes inherited from FieldType

#model, #name

Instance Method Summary collapse

Methods inherited from FieldType

#css_class, #field_options, #form_helper, #html_options, #initialize, #json_primitive, #json_value, #kind, #label, #multiple?, on_class, on_instance, options, #primitive, #template

Constructor Details

This class inherits a constructor from PushType::FieldType

Instance Method Details

#valueObject



7
8
9
# File 'app/fields/push_type/date_field.rb', line 7

def value
  json_value.to_date unless json_value.blank?
end