Module: Bh::Form::FileFieldHelper

Includes:
BaseHelper
Defined in:
lib/bh/core_ext/rails/form/file_field_helper.rb

Instance Method Summary collapse

Methods included from Helpers

#alert_box, #bootstrap_css, #bootstrap_js, #bootstrap_theme_css, #button, #button_to, #dropdown, #font_awesome_css, #glyphicon, #horizontal, #icon, #link_to, #modal, #nav, #navbar, #panel, #panel_row, #progress_bar, #vertical

Instance Method Details

#file_field(method, options = {}) ⇒ Object



8
9
10
11
12
# File 'lib/bh/core_ext/rails/form/file_field_helper.rb', line 8

def file_field(method, options={})
  base_field method, :file, options do
    super method, options
  end
end