提交 26702a6d 编写于 作者: A Aaron Patterson

fix warnings in Ruby 2.0

上级 640bec51
......@@ -8,6 +8,8 @@
class Date
include DateAndTime::Calculations
@beginning_of_week_default = nil
class << self
attr_accessor :beginning_of_week_default
......
require 'active_support/time_with_zone'
class Time
@zone_default = nil
class << self
attr_accessor :zone_default
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册