Sha256: d18496e0f8f00a99f2e91a2c2a931f62ea196ff06e9b905c163514113ce5e258

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

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

class GearedPagination::Engine < ::Rails::Engine
  initializer :geared_pagination 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.2 lib/geared_pagination/railtie.rb