Sha256: 41e372bea3b2f1c46c8a54467cf47eaac25779fcca2e3bbaabab3684ad0192b0

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

module BootstrapSassExtras
  class Engine < ::Rails::Engine
    initializer 'bootstrap-sass-extras.setup_helpers' do |app|
      app.config.to_prepare do
        ActionController::Base.send :helper, BootstrapFlashHelper
        ActionController::Base.send :helper, GlyphHelper
        ActionController::Base.send :helper, ModalHelper
        ActionController::Base.send :helper, TwitterBreadcrumbsHelper
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-sass-extras-0.0.3 lib/bootstrap-sass-extras/engine.rb