1
0
Fork 0
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:
Piers Chambers 2020-04-02 20:11:29 -04:00
parent ca51ed8a17
commit 3e7ec220f1

View file

@ -16,5 +16,9 @@ module Polyamorous
super(reflection, children)
end
end
def ==(other)
base_klass == other.base_klass
end
end
end