Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/job_function.rb

Instance Method Summary collapse

Instance Method Details

#job_function(method, options = {}, html_options = {}) ⇒ Object



63
64
65
66
67
68
# File 'lib/job_function.rb', line 63

def job_function(method, options = {},
                           html_options = {})

  @template.job_function(@object_name, method, options.merge(:object => @object),
                                                 html_options)
end