Skip to content

Commit

Permalink
fix: rails 7.1.3 support requires a has_query_constraints? method
Browse files Browse the repository at this point in the history
I think the significant change upstream was rails/rails:59e72b0b
  • Loading branch information
flavorjones committed Feb 7, 2024
1 parent cca9655 commit 12d125c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_hash/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ def record_index
@record_index ||= {}
end

def has_query_constraints?
false
end

private :record_index

def reset_record_index
Expand Down

0 comments on commit 12d125c

Please sign in to comment.