We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b541698 commit fdf77d9Copy full SHA for fdf77d9
1 file changed
lib/thinking_sphinx/active_record/filter_reflection.rb
@@ -2,7 +2,7 @@
2
3
class ThinkingSphinx::ActiveRecord::FilterReflection
4
ReflectionGenerator = case ActiveRecord::VERSION::STRING.to_f
5
- when 5.2..7.1
+ when 5.2..8.1
6
ThinkingSphinx::ActiveRecord::Depolymorph::OverriddenReflection
7
when 4.1..5.1
8
ThinkingSphinx::ActiveRecord::Depolymorph::AssociationReflection
0 commit comments