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