1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
This commit is contained in:
Akira Matsuda 2016-10-12 05:44:41 +09:00
parent f2a76b8199
commit 106cf8071c
32 changed files with 32 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# frozen_string_literal: true
module Kaminari
class Railtie < ::Rails::Railtie #:nodoc:
# Doesn't actually do anything. Just keeping this hook point, mainly for compatibility