Method: ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods#method_missing

Defined in:
lib/action_view/helpers/prototype_helper.rb

#method_missing(method, *arguments) ⇒ Object (private)



1013
1014
1015
# File 'lib/action_view/helpers/prototype_helper.rb', line 1013

def method_missing(method, *arguments)
  JavaScriptProxy.new(self, method.to_s.camelize)
end