Skip to content

Commit

Permalink
Merge pull request #632 from dr-fozzy/master
Browse files Browse the repository at this point in the history
Fix #338
  • Loading branch information
seyhunak committed Aug 23, 2013
2 parents 4c54e85 + c0c1e32 commit 40ffd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter/bootstrap/rails/engine.rb
Expand Up @@ -4,6 +4,7 @@
require File.dirname(__FILE__) + '/../../../../app/helpers/flash_block_helper.rb'
require File.dirname(__FILE__) + '/../../../../app/helpers/modal_helper.rb'
require File.dirname(__FILE__) + '/../../../../app/helpers/navbar_helper.rb'
require File.dirname(__FILE__) + '/../../../../app/helpers/bootstrap_flash_helper.rb'

module Twitter
module Bootstrap
Expand All @@ -21,6 +22,7 @@ class Engine < ::Rails::Engine
app.config.to_prepare do
ActionController::Base.send :include, BreadCrumbs
ActionController::Base.send :helper, FlashBlockHelper
ActionController::Base.send :helper, BootstrapFlashHelper
ActionController::Base.send :helper, ModalHelper
ActionController::Base.send :helper, NavbarHelper
ActionController::Base.send :helper, BadgeLabelHelper
Expand Down

0 comments on commit 40ffd56

Please sign in to comment.