1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix bad crossref in RDoc for ActiveSupport::CoreExtensions::Date::Calculations

This commit is contained in:
Mike Gunderloy 2009-03-02 19:37:46 -06:00
parent a344934fe9
commit be9445f430

View file

@ -1,7 +1,7 @@
module ActiveSupport #:nodoc:
module CoreExtensions #:nodoc:
module Date #:nodoc:
# Enables the use of time calculations within Time itself
# Enables the use of time calculations within Date itself
module Calculations
def self.included(base) #:nodoc:
base.extend ClassMethods