Sha256: 6f74e1c3aac34d31474eb3d90d6a0887353fb6a90da7d6e0926ea73afe51b90f
Contents?: true
Size: 751 Bytes
Versions: 16
Compression:
Stored size: 751 Bytes
Contents
module Formtastic 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
16 entries across 16 versions & 1 rubygems