Sha256: 4ab8e2f932195b3f527b0030663da2200067bae6e2e9b6dbacf2a574679d047a

Contents?: true

Size: 236 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_form-4.1.0 lib/bootstrap_form.rb