method
method_missing

v3.0.9 -
Show latest stable
-
0 notes -
Class: ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods
method_missing(method, *arguments)
private
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 565 def method_missing(method, *arguments) JavaScriptProxy.new(self, method.to_s.camelize) end