Sha256: ab00b3f5f5af9bbcfb053f446a3f54638c4deeee57306ff78ae926ff7c2b6cc2
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# frozen_string_literal: true module Formtastic module Helpers 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 :Reflection, 'formtastic/helpers/reflection' autoload :Enum, 'formtastic/helpers/enum' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formtastic-5.0.0 | lib/formtastic/helpers.rb |