Sha256: 6c8c48bba6514f2d1442d67437c57679f19c12eac3e0792f3aa8d12a522c6163
Contents?: true
Size: 801 Bytes
Versions: 2
Compression:
Stored size: 801 Bytes
Contents
module FormtasticRebootstrap module Helpers autoload :ActionsHelper, 'formtastic_rebootstrap/helpers/actions_helper' autoload :ErrorsHelper, 'formtastic_rebootstrap/helpers/errors_helper' autoload :FieldsetWrapper, 'formtastic_rebootstrap/helpers/fieldset_wrapper' # autoload :FileColumnDetection, 'formtastic/helpers/file_column_detection' # autoload :FormHelper, 'formtastic/helpers/form_helper' autoload :InputsHelper, 'formtastic_rebootstrap/helpers/inputs_helper' # autoload :LabelHelper, 'formtastic/helpers/label_helper' # autoload :SemanticFormHelper, 'formtastic/helpers/semantic_form_helper' # autoload :Reflection, 'formtastic/helpers/reflection' def self.bootstrap_layout_classes_regex /^col-(sm|md|lg|xl)?-?[0-9]{1,2}/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic_rebootstrap-0.0.2 | lib/formtastic_rebootstrap/helpers.rb |
formtastic_rebootstrap-0.0.1 | lib/formtastic_rebootstrap/helpers.rb |