Sha256: 33da438bb223b88df022b8f51f5741753d7c37b1c2be5e33e22a6c3fa72e6290

Contents?: true

Size: 712 Bytes

Versions: 8

Compression:

Stored size: 712 Bytes

Contents

module Formtastic
  # @private
  module Helpers
    autoload :ButtonsHelper, 'formtastic/helpers/buttons_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 :SemanticFormHelper, 'formtastic/helpers/semantic_form_helper'
    autoload :Reflection, 'formtastic/helpers/reflection'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
formtastic-2.0.2 lib/formtastic/helpers.rb
formtastic-2.0.1 lib/formtastic/helpers.rb
formtastic-2.0.0 lib/formtastic/helpers.rb
formtastic-2.0.0.rc5 lib/formtastic/helpers.rb
formtastic-2.0.0.rc4 lib/formtastic/helpers.rb
formtastic-2.0.0.rc3 lib/formtastic/helpers.rb
formtastic-2.0.0.rc2 lib/formtastic/helpers.rb
formtastic-2.0.0.rc1 lib/formtastic/helpers.rb