Sha256: b8451aaa04fe3543409a55e58b595edfc2d9814a5fa48b371256450ad94e9192
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
Bootstrap2FormBuilder.setup do |config| # The error messages partial to render with the form config.error_partial = "bootstrap2_form_builder/error_messages" # The default class to give generated forms. # The different types can be found here: http://twitter.github.com/bootstrap/base-css.html#forms config.default_form_layout = "form-horizontal" end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap2_form_builder-0.0.2 | lib/generators/templates/bootstrap2_form_builder/initializer.rb |
bootstrap2_form_builder-0.0.2 | test/dummy/config/initializers/bootstrap2_form_builder.rb |