Sha256: 4e91a1bb50ae62556224bfbfce6e016728d8717b1a773a0f0e65bcf3ae910ab6

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 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
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-sass-extras-0.0.2 lib/bootstrap-sass-extras/engine.rb
bootstrap-sass-extras-0.0.1 lib/bootstrap-sass-extras/engine.rb