Sha256: 33911a4fc7b8fdd6be22965b869d129bf9c070635d5623aba48bd14a86904a80

Contents?: true

Size: 642 Bytes

Versions: 4

Compression:

Stored size: 642 Bytes

Contents

require 'pnotify-rails'
require 'bootbox-rails'
require 'will_paginate'
require 'bootstrap-will_paginate'

module Bs
  module Helper
    class Engine < ::Rails::Engine
      initializer 'bs-helper.action_controller' do |app|
        ActiveSupport.on_load :action_controller do
          helper ::BootstrapHelper
          helper ::BootstrapBaseHelper
          helper ::BootstrapButtonHelper
          helper ::BootstrapComponentHelper
          helper ::BootstrapPostPaginateHelper
          helper ::BootstrapTabHelper
          helper ::BootstrapTableHelper
          helper ::BootstrapNotifyHelper
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bs-helper-0.1.4 lib/bs-helper/engine.rb
bs-helper-0.1.3 lib/bs-helper/engine.rb
bs-helper-0.1.2 lib/bs-helper/engine.rb
bs-helper-0.1.1 lib/bs-helper/engine.rb