module FormtasticRebootstrap::Helpers

Public Class Methods

bootstrap_layout_classes_regex() click to toggle source

autoload :LabelHelper, 'formtastic/helpers/label_helper' autoload :SemanticFormHelper, 'formtastic/helpers/semantic_form_helper' autoload :Reflection, 'formtastic/helpers/reflection'

# File lib/formtastic_rebootstrap/helpers.rb, line 14
def self.bootstrap_layout_classes_regex
  /^col-(sm|md|lg|xl)?-?[0-9]{1,2}/
end