Module: Bard::AttachmentField::FormBuilder

Defined in:
lib/bard/attachment_field/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#attachment_field(method, options = {}, &block) ⇒ Object



6
7
8
9
# File 'lib/bard/attachment_field/form_builder.rb', line 6

def attachment_field method, options={}, &block
  self.multipart = true
  Field.new(@object_name, method, @template, objectify_options(options)).render(&block)
end