Skip to content

Commit fdf77d9

Browse files
committed
Expand FilterReflection for latest Rails versions
1 parent b541698 commit fdf77d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/thinking_sphinx/active_record/filter_reflection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class ThinkingSphinx::ActiveRecord::FilterReflection
44
ReflectionGenerator = case ActiveRecord::VERSION::STRING.to_f
5-
when 5.2..7.1
5+
when 5.2..8.1
66
ThinkingSphinx::ActiveRecord::Depolymorph::OverriddenReflection
77
when 4.1..5.1
88
ThinkingSphinx::ActiveRecord::Depolymorph::AssociationReflection

0 commit comments

Comments
 (0)