Sha256: d629da28b1338558fa9fdec98d7081e5a4061108d1eb1597082592941737de92

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

require 'bootstrap-editable-rails/version'
require 'bootstrap-editable-rails/view_helper'

module Bootstrap
  module Editable
    module Rails
      class Engine < ::Rails::Engine
        initializer 'bootstrap-editable-rails' do
          ::ActiveSupport.on_load(:action_view) do
            ::ActionView::Base.send :include, Bootstrap::Editable::Rails::ViewHelper
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-editable-rails-0.0.5 lib/bootstrap-editable-rails.rb
bootstrap-editable-rails-0.0.4 lib/bootstrap-editable-rails.rb
bootstrap-editable-rails-0.0.3 lib/bootstrap-editable-rails.rb