aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-26 22:04:56 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-26 22:06:47 +0530
commit8135e5e6998f99bec56df365f1a580bae4bf1cb1 (patch)
tree9bb0d5b8aaef5bc0ebe706b6333214cd4f29f446 /railties/guides
parent99ff8fdab54e1a3d9377d114d8f9e3e45e6824ac (diff)
downloadrails-8135e5e6998f99bec56df365f1a580bae4bf1cb1.tar.gz
rails-8135e5e6998f99bec56df365f1a580bae4bf1cb1.tar.bz2
rails-8135e5e6998f99bec56df365f1a580bae4bf1cb1.zip
s/end_on_week/end_of_week
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index 6c95a01a0e..370ab311c2 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -3277,7 +3277,7 @@ The class +DateTime+ is a subclass of +Date+ so by loading +active_support/core_
yesterday
tomorrow
beginning_of_week (monday, at_beginning_of_week)
-end_on_week (at_end_of_week)
+end_of_week (at_end_of_week)
weeks_ago
prev_week
next_week
@@ -3451,7 +3451,7 @@ since (in)
beginning_of_day (midnight, at_midnight, at_beginning_of_day)
end_of_day
beginning_of_week (monday, at_beginning_of_week)
-end_on_week (at_end_of_week)
+end_of_week (at_end_of_week)
weeks_ago
prev_week
next_week