Sha256: 842dea23bf2baae47b2e9f341592d954d6b41bf7ee7dcee6522bc4ab2747c09a
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nuatt-formtastic-0.2.3 | lib/formtastic/helpers.rb |