Sha256: 255a669957ee2b1f1a46697da191eb1a3c25b2b93b532fb5d16f7aef8a7face0

Contents?: true

Size: 236 Bytes

Versions: 10

Compression:

Stored size: 236 Bytes

Contents

require 'bootstrap_form/form_builder'
require 'bootstrap_form/helper'

module BootstrapForm
  module Rails
    class Engine < ::Rails::Engine
    end
  end
end

ActiveSupport.on_load(:action_view) do
  include BootstrapForm::Helper
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
bootstrap_form-4.0.0 lib/bootstrap_form.rb
bootstrap_form-4.0.0.alpha1 lib/bootstrap_form.rb
bootstrap_form_legacy-4.0.1.dev lib/bootstrap_form.rb
comfy_bootstrap_form-4.0.0.beta1 lib/bootstrap_form.rb
bootstrap_form-2.7.0 lib/bootstrap_form.rb
bootstrap_form-2.6.0 lib/bootstrap_form.rb
bootstrap_form-2.5.3 lib/bootstrap_form.rb
bootstrap_form-2.5.2 lib/bootstrap_form.rb
bootstrap_form-2.5.1 lib/bootstrap_form.rb
bootstrap_form-2.5.0 lib/bootstrap_form.rb