Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- 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, = {}, = {}) @template.job_function(@object_name, method, .merge(:object => @object), ) end |