Module: FormtasticRebootstrap::Helpers
- Defined in:
- lib/formtastic_rebootstrap/helpers.rb,
lib/formtastic_rebootstrap/helpers/errors_helper.rb,
lib/formtastic_rebootstrap/helpers/inputs_helper.rb,
lib/formtastic_rebootstrap/helpers/actions_helper.rb,
lib/formtastic_rebootstrap/helpers/fieldset_wrapper.rb
Defined Under Namespace
Modules: ActionsHelper, ErrorsHelper, FieldsetWrapper, InputsHelper
Class Method Summary collapse
-
.bootstrap_layout_classes_regex ⇒ Object
autoload :LabelHelper, ‘formtastic/helpers/label_helper’ autoload :SemanticFormHelper, ‘formtastic/helpers/semantic_form_helper’ autoload :Reflection, ‘formtastic/helpers/reflection’.
Class Method Details
.bootstrap_layout_classes_regex ⇒ Object
autoload :LabelHelper, ‘formtastic/helpers/label_helper’ autoload :SemanticFormHelper, ‘formtastic/helpers/semantic_form_helper’ autoload :Reflection, ‘formtastic/helpers/reflection’
14 15 16 |
# File 'lib/formtastic_rebootstrap/helpers.rb', line 14 def self.bootstrap_layout_classes_regex /^col-(sm|md|lg|xl)?-?[0-9]{1,2}/ end |