class Geckoboard::DateField
Public Instance Methods
to_hash()
click to toggle source
Calls superclass method
Geckoboard::Field#to_hash
# File lib/geckoboard/field_types.rb, line 44 def to_hash super.merge(type: :date) end