Sha256: d18740b946ebb732d4db93269c8a4c39f5fcac9c90a24693154ede96dbccf975

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

Stored size: 255 Bytes

Contents

module BestInPlace
  class Engine < Rails::Engine
    initializer "setup for rails" do
      ActionView::Base.send(:include, BestInPlace::BestInPlaceHelpers)
      ActionController::Base.send(:include, BestInPlace::ControllerExtensions)
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
very_best_in_place-2.0.3 lib/best_in_place/engine.rb
best_in_place-2.1.0 lib/best_in_place/engine.rb
best_in_place-2.0.3 lib/best_in_place/engine.rb
best_in_place-2.0.2 lib/best_in_place/engine.rb
best_in_place-2.0.1 lib/best_in_place/engine.rb
best_in_place-2.0.0 lib/best_in_place/engine.rb
best_in_place-1.1.3 lib/best_in_place/engine.rb
best_in_place-1.1.2 lib/best_in_place/engine.rb
best_in_place-1.1.1 lib/best_in_place/engine.rb
best_in_place-1.1.0 lib/best_in_place/engine.rb
best_in_place-1.0.6 lib/best_in_place/engine.rb
best_in_place-1.0.5 lib/best_in_place/engine.rb
best_in_place-1.0.4 lib/best_in_place/engine.rb
best_in_place-1.0.3 lib/best_in_place/engine.rb