Flowdock
method

fallback_string_to_date

Importance_0
v4.2.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 activerecord/lib/active_record/type/date.rb, line 39
      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.