method
method_missing
v2.3.8 -
Show latest stable
- Class:
ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods
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