Module WillPaginate::Deprecation
In: lib/will_paginate/deprecation.rb

Methods

Constants

BEHAVIORS = { 'test' => Proc.new { |message, callstack| $stderr.puts(message)   Choose the default warn behavior according to Rails.env. Ignore deprecation warnings in production.

Public Class methods

Behavior is a block that takes a message argument.

[Validate]