Sha256: eb72e348292b9536e433eb3b487a3d315bdfa55c0dff041afa4828aadab67975

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

require 'bootstrap_active_nav/view_helpers'
module BootstrapActiveNav
  class Railtie < Rails::Railtie
    initializer "bootstrap_active_nav.view_helpers" do
      ActionView::Base.send :include, ViewHelpers
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap_active_nav-0.0.2 lib/bootstrap_active_nav/railtie.rb
bootstrap_active_nav-0.0.1 lib/bootstrap_active_nav/railtie.rb