removed time and time= alias methods on

Redistat::Event which were identical to the date
methods
This commit is contained in:
2010-07-23 22:08:01 +03:00
parent 9c9b784a8a
commit de3d63282b

View File

@@ -69,9 +69,6 @@ module Redistat
@key.date = input
end
alias :time :date
alias :time= :date=
def scope
@key.scope
end