lib/action_view/base.rb in actionpack-3.0.1 vs lib/action_view/base.rb in actionpack-3.0.2
- old
+ new
@@ -154,10 +154,10 @@
# page.remove "person-#{@person.id}"
# page.visual_effect :highlight, 'user-list'
#
# This refreshes the sidebar, removes a person element and highlights the user list.
#
- # See the ActionView::Helpers::PrototypeHelper::GeneratorMethods documentation for more details.
+ # See the ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods documentation for more details.
class Base
module Subclasses
end
include Helpers, Rendering, Partials, Layouts, ::ERB::Util, Context