module Gaigo::FormHelperV4::FormBuilder

Public Instance Methods

ilabel(method, text = nil, options = {}, &block) click to toggle source
# 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