Class: Bh::Extensions::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/bh/core_ext/railtie.rb

Overview

Makes Bootstrap helpers available in Rails applications.

To use Bh in a Rails app you need 1 step:

  • include bh in the Gemfile

The current class is loaded during the initialization process, so there is no need to manually require any other file.