add remove_use_formats alias to Timeliness and spec config spec

This commit is contained in:
Adam Meehan
2010-10-18 11:15:50 +11:00
parent ecf183d0f1
commit 4f421d87fc
2 changed files with 44 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Timeliness.module_eval do
class << self
alias :dummy_date_for_time_type :date_for_time_type
alias :dummy_date_for_time_type= :date_for_time_type=
alias :remove_us_formats :use_euro_formats
end
end