Class: Bh::Extensions::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Bh::Extensions::Railtie
- 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.