mirror of
https://github.com/redmine/redmine.git
synced 2025-10-30 18:06:30 +01:00
6 lines
138 B
Ruby
6 lines
138 B
Ruby
|
|
require File.dirname(__FILE__) + '/date/calculations'
|
||
|
|
|
||
|
|
class Date #:nodoc:
|
||
|
|
include Redmine::CoreExtensions::Date::Calculations
|
||
|
|
end
|