aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/date_helper.rb
diff options
context:
space:
mode:
authorAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 14:38:07 -0500
committerAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 14:38:14 -0500
commit5ab0c5dc22682647090aa4b84739910e079913d8 (patch)
tree43e7f6cfcb90a5d6b773ec82228214bfef9b2194 /actionpack/lib/action_view/helpers/date_helper.rb
parent8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd (diff)
downloadrails-5ab0c5dc22682647090aa4b84739910e079913d8.tar.gz
rails-5ab0c5dc22682647090aa4b84739910e079913d8.tar.bz2
rails-5ab0c5dc22682647090aa4b84739910e079913d8.zip
Cleans documentation from Helpers [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers/date_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/date_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 6e51ba66a5..1fbf61a5a9 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -45,7 +45,6 @@ module ActionView
# 40-59 secs # => less than a minute
# 60-89 secs # => 1 minute
#
- # ==== Examples
# from_time = Time.now
# distance_of_time_in_words(from_time, from_time + 50.minutes) # => about 1 hour
# distance_of_time_in_words(from_time, 50.minutes.from_now) # => about 1 hour
@@ -166,7 +165,6 @@ module ActionView
# Returns a set of select tags (one for year, month, and day) pre-selected for accessing a specified date-based
# attribute (identified by +method+) on an object assigned to the template (identified by +object+).
#
- #
# ==== Options
# * <tt>:use_month_numbers</tt> - Set to true if you want to use month numbers rather than month names (e.g.
# "2" instead of "February").