I have a new timestamp field added to my FrozenRecord table. When I try,
TableName.where("expires_at < ?", Time.now)
this is the error message I get. Link to the line in repo
ArgumentError: wrong number of arguments (given 2, expected 0..1) from /Users/preethikumar/.gem/ruby/3.1.2/gems/frozen_record-0.26.2/lib/frozen_record/scope.rb:105:in `where'
How can I query fields with timestamps?