Skip to content

Commit

Permalink
provide correct example of datetime_select helper [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuldeepaggarwal committed Jan 4, 2014
1 parent 81066b1 commit e9bfeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/date_helper.rb
Expand Up @@ -1066,7 +1066,7 @@ def time_select(method, options = {}, html_options = {})
# Wraps ActionView::Helpers::DateHelper#datetime_select for form builders: # Wraps ActionView::Helpers::DateHelper#datetime_select for form builders:
# #
# <%= form_for @person do |f| %> # <%= form_for @person do |f| %>
# <%= f.time_select :last_request_at %> # <%= f.datetime_select :last_request_at %>
# <%= f.submit %> # <%= f.submit %>
# <% end %> # <% end %>
# #
Expand Down

0 comments on commit e9bfeb0

Please sign in to comment.