class InterpretDate::DateType
Public Instance Methods
cast(value)
click to toggle source
Calls superclass method
# File lib/interpret_date/date_type.rb, line 7 def cast(value) super(interpret_date(value) || value) end