Flowdock
method

included

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActiveSupport::CoreExtensions::Time::Conversions
included(klass) public

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/core_ext/time/conversions.rb, line 13
        def self.included(klass)
          klass.send(:alias_method, :to_default_s, :to_s)
          klass.send(:alias_method, :to_s, :to_formatted_s)
        end
Register or log in to add new notes.