method_missing(method, *arguments)
private

No documentation available.

# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 1013
            def method_missing(method, *arguments)
              JavaScriptProxy.new(self, method.to_s.camelize)
            end