Flowdock
method

fallback_string_to_date

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Date
fallback_string_to_date(string) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/type/date.rb, line 36
        def fallback_string_to_date(string)
          new_date(*::Date._parse(string, false).values_at(:year, :mon, :mday))
        end
Register or log in to add new notes.