aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/calculations.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-05-09 13:02:55 +0300
committerJosé Valim <jose.valim@gmail.com>2010-05-09 13:02:55 +0300
commit06eaf27fffbd4e24c038ea40ee8d118b5b4f04df (patch)
tree113859f95a9fae7c67138f746da997fd9e91a2d2 /activesupport/lib/active_support/core_ext/date/calculations.rb
parent6c2d974e152850b533dafc6654d0df7bddfbd4bf (diff)
parente1a0d86fe0355ddff8c86db0f42f3824ffe14c02 (diff)
downloadrails-06eaf27fffbd4e24c038ea40ee8d118b5b4f04df.tar.gz
rails-06eaf27fffbd4e24c038ea40ee8d118b5b4f04df.tar.bz2
rails-06eaf27fffbd4e24c038ea40ee8d118b5b4f04df.zip
Merge branch 'master' of github.com:rails/rails
Diffstat (limited to 'activesupport/lib/active_support/core_ext/date/calculations.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/date/calculations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/date/calculations.rb b/activesupport/lib/active_support/core_ext/date/calculations.rb
index 2612dca93a..3038729d34 100644
--- a/activesupport/lib/active_support/core_ext/date/calculations.rb
+++ b/activesupport/lib/active_support/core_ext/date/calculations.rb
@@ -181,6 +181,7 @@ class Date
result = self + days_to_sunday.days
self.acts_like?(:time) ? result.end_of_day : result
end
+ alias :sunday :end_of_week
alias :at_end_of_week :end_of_week
# Returns a new Date/DateTime representing the start of the given day in next week (default is Monday).