Skip to content

Commit

Permalink
Merge pull request #300 from active-hash/flavorjones-rails-7.1.3-support
Browse files Browse the repository at this point in the history
fix: rails 7.1.3 support requires a has_query_constraints? method
  • Loading branch information
kbrock authored Feb 7, 2024
2 parents cca9655 + 12d125c commit 5fa08bf
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 5fa08bf

Please sign in to comment.