mirror of
https://github.com/github/rails.git
synced 2026-02-01 09:44:56 -05:00
fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4146 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -425,7 +425,7 @@ module ActionView
|
||||
#
|
||||
# # Controller action
|
||||
# def poll
|
||||
# render :update { |page| page.update_time }
|
||||
# render(:update) { |page| page.update_time }
|
||||
# end
|
||||
#
|
||||
# You can also use PrototypeHelper#update_page_tag instead of
|
||||
|
||||
Reference in New Issue
Block a user