Sha256: 889e6b03a237ea31531816a046d71e6ff31dbac5c1f18feba4d88221d844757e
Contents?: true
Size: 698 Bytes
Versions: 2
Compression:
Stored size: 698 Bytes
Contents
module FormtasticBootstrap module Helpers autoload :ActionsHelper, 'formtastic-bootstrap/helpers/actions_helper' autoload :ErrorsHelper, 'formtastic-bootstrap/helpers/errors_helper' autoload :FieldsetWrapper, 'formtastic-bootstrap/helpers/fieldset_wrapper' # autoload :FileColumnDetection, 'formtastic/helpers/file_column_detection' # autoload :FormHelper, 'formtastic/helpers/form_helper' autoload :InputsHelper, 'formtastic-bootstrap/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic-bootstrap-3.1.1 | lib/formtastic-bootstrap/helpers.rb |
formtastic-bootstrap-3.1.0 | lib/formtastic-bootstrap/helpers.rb |