Sha256: 508cd9b35ccf4703199aded5dfedc847da057a67aea13f95225abb1caed92aa2

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

require 'rails/railtie'
require 'geared_pagination/controller'

class GearedPagination::Engine < ::Rails::Engine
  initializer :webpacker do |app|
    ActiveSupport.on_load :action_controller do
      ActionController::Base.send :include, GearedPagination::Controller
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geared_pagination-0.1 lib/geared_pagination/railtie.rb