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:
parent
a344934fe9
commit
be9445f430
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue