method
method_missing

Ruby on Rails latest stable (v7.1.3.2)
-
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