From 46bb787c0482f4b7b7f9d18454806d5ef8863243 Mon Sep 17 00:00:00 2001 From: Ben Pickles Date: Tue, 19 Jun 2018 18:33:19 +0100 Subject: Keep time_tag docs up-to-date. The pubdate attribute was removed from the spec, see 940eec417f20e53abd3e3114c7fa845dac0d3a62 for context. --- actionview/lib/action_view/helpers/date_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index ae993f9aa2..4de4fafde0 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -672,8 +672,6 @@ module ActionView # # time_tag Date.yesterday, 'Yesterday' # => # - # time_tag Date.today, pubdate: true # => - # # time_tag Date.today, datetime: Date.today.strftime('%G-W%V') # => # # -- cgit v1.2.3