class Geckoboard::DateTimeField

Public Instance Methods

to_hash() click to toggle source
Calls superclass method Geckoboard::Field#to_hash
# File lib/geckoboard/field_types.rb, line 50
def to_hash
  super.merge(type: :datetime)
end