Module: FilepickerRails::Tag

Included in:
ApplicationHelper, FormHelper
Defined in:
lib/filepicker_rails/tag.rb

Constant Summary collapse

FILEPICKER_OPTIONS_TO_DASHERIZE =
[:button_text, :button_class, :mimetypes,
:extensions, :container, :services,
:drag_text, :drag_class, :store_path,
:store_location, :store_access,
:store_container, :multiple]
FILEPICKER_OPTIONS_TO_CAMELIZE =
[:max_size, :max_files, :open_to]