Module: Gaigo::FormHelperV4::FormBuilder

Defined in:
lib/gaigo/helpers/form_helper_v4/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#ilabel(method, text = nil, options = {}, &block) ⇒ Object



5
6
7
# File 'lib/gaigo/helpers/form_helper_v4/form_builder.rb', line 5

def ilabel(method, text = nil, options = {}, &block)
  @template.ilabel(@object_name, method, text, objectify_options(options), &block)
end