mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
We aren't deprecating anything now
This commit is contained in:
parent
69adc2993e
commit
f93231e6e7
3 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
require 'active_support/inflector'
|
||||
require 'active_support/deprecation'
|
||||
require 'action_view'
|
||||
require 'action_view/log_subscriber'
|
||||
require 'action_view/context'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'active_support/deprecation'
|
||||
|
||||
module Kaminari
|
||||
class Hooks
|
||||
def self.init
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'active_support/deprecation'
|
||||
|
||||
module Kaminari
|
||||
module PageScopeMethods
|
||||
# Specify the <tt>per_page</tt> value for the preceding <tt>page</tt> scope
|
||||
|
|
Loading…
Reference in a new issue