Module: FilestackRails::FormHelper
- Includes:
- ActionView::Helpers, ApplicationHelper
- Defined in:
- app/helpers/filestack_rails/form_helper.rb
Instance Method Summary collapse
Methods included from ApplicationHelper
#filestack_image, #filestack_image_url, #filestack_js_include_tag, #filestack_js_init_tag, #filestack_picker_element, #filestack_transform
Instance Method Details
#filestack_field(method, content, options = {}) ⇒ Object
5 6 7 |
# File 'app/helpers/filestack_rails/form_helper.rb', line 5 def filestack_field(method, content, = {}) (method, content, ) end |