Sha256: fc5e973ce07fabedfd0e0b165953aff1262157e9ae28890d02abbaceee8e6d99

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

require 'version.rb'

#require 'bootstraps_bootstraps/engine' if defined? ::Rails
require 'bootstraps_bootstraps/railtie.rb'

module BootstrapsBootstraps
  extend ::ActiveSupport::Autoload

  autoload :BootstrapFormBuilder
  autoload :BootstrapFormHelper
end

::ActionView::Helpers.send(:load, 'bootstraps_bootstraps/bootstrap_form_builder.rb')
::ActionView::Helpers.send(:load, 'bootstraps_bootstraps/bootstrap_form_helper.rb')
::ActionView::Helpers.send(:include, BootstrapsBootstraps::BootstrapFormHelper)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstraps_bootstraps-2.0.3 lib/bootstraps_bootstraps.rb