⚠️ method redefined; discarding old ==

This commit is contained in:
Akira Matsuda 2018-02-02 19:12:04 +09:00
parent aee94b914a
commit 2effde8a32
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Ransack
attr_reader :name, :ransacker_args
delegate :blank?, :present?, :==, :to => :name
delegate :blank?, :present?, :to => :name
delegate :engine, :to => :context
def initialize(context, name = nil, ransacker_args = [])