Flowdock
method

week_mixed_with_date?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ISO8601Serializer
week_mixed_with_date?(parts) private

No documentation

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

Hide source
# File activesupport/lib/active_support/duration/iso8601_serializer.rb, line 54
        def week_mixed_with_date?(parts)
          parts.key?(:weeks) && (parts.keys & DATE_COMPONENTS).any?
        end
Register or log in to add new notes.