Sha256: 10532c21308cf91dfe40a59b1ecde8065119cd1c6379782eaedbabb3ccda8c39
Contents?: true
Size: 764 Bytes
Versions: 6
Compression:
Stored size: 764 Bytes
Contents
module Formtastic # @private module Helpers autoload :ButtonsHelper, 'formtastic/helpers/buttons_helper' autoload :ActionHelper, 'formtastic/helpers/action_helper' autoload :ActionsHelper, 'formtastic/helpers/actions_helper' autoload :ErrorsHelper, 'formtastic/helpers/errors_helper' autoload :FieldsetWrapper, 'formtastic/helpers/fieldset_wrapper' autoload :FileColumnDetection, 'formtastic/helpers/file_column_detection' autoload :FormHelper, 'formtastic/helpers/form_helper' autoload :InputHelper, 'formtastic/helpers/input_helper' autoload :InputsHelper, 'formtastic/helpers/inputs_helper' autoload :LabelHelper, 'formtastic/helpers/label_helper' autoload :Reflection, 'formtastic/helpers/reflection' end end
Version data entries
6 entries across 6 versions & 1 rubygems