Sha256: 5b2c5d5a0290fab6a61d9327dccb6de29747b3bb9f050afa8b60ffe62ecc8dbe

Contents?: true

Size: 241 Bytes

Versions: 10

Compression:

Stored size: 241 Bytes

Contents

module BestInPlace
  class Engine < Rails::Engine
    initializer 'best_in_place' do
      ActionView::Base.send(:include, BestInPlace::Helper)
      ActionController::Base.send(:include, BestInPlace::ControllerExtensions)
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
best_in_place-3.1.1 lib/best_in_place/engine.rb
best_in_place-3.1.0 lib/best_in_place/engine.rb
in_place_edit_with_datepicker-1.0.0 lib/best_in_place/engine.rb
in_place_edit_with_datepicker-0.0.2 lib/best_in_place/engine.rb
in_place_edit_with_datepicker-0.0.1 lib/best_in_place/engine.rb
best_in_place-3.0.3 lib/best_in_place/engine.rb
best_in_place-3.0.2 lib/best_in_place/engine.rb
best_in_place-3.0.1 lib/best_in_place/engine.rb
best_in_place-3.0.0 lib/best_in_place/engine.rb
best_in_place-3.0.0.rc1 lib/best_in_place/engine.rb