mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Revert db46230
to fix restored spec.
This commit is contained in:
parent
ca51ed8a17
commit
3e7ec220f1
1 changed files with 4 additions and 0 deletions
|
@ -16,5 +16,9 @@ module Polyamorous
|
|||
super(reflection, children)
|
||||
end
|
||||
end
|
||||
|
||||
def ==(other)
|
||||
base_klass == other.base_klass
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue