Sha256: 816fe764baf9682b809a808be510de676170ee668835eb130ad12bc1f383765e

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

require "rails_bootstrap_helper/helper"
module RailsBootstrapHelper
  module Rails
    class Engine < ::Rails::Engine
      initializer "rails_bootstrap_helper.view_helpers" do
        ActionView::Base.send :include, RailsBootstrapHelper::Helper
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_bootstrap_helper-1.7.0 lib/rails_bootstrap_helper/engine.rb
rails_bootstrap_helper-1.6.2 lib/rails_bootstrap_helper/engine.rb
rails_bootstrap_helper-1.6.1 lib/rails_bootstrap_helper/engine.rb
rails_bootstrap_helper-1.6.0 lib/rails_bootstrap_helper/engine.rb
rails_bootstrap_helper-1.5.2 lib/rails_bootstrap_helper/engine.rb