I'm wondering if it's possible with this gem to sort by the reputation table (RSEvaluation) only objects that have certain properties, such as created_at > 1.day.ago? Other voting systems offer a tally/query method, but with ar-rep-system I'm struggling to write similar functionality.
+1
I'm wondering if it's possible with this gem to sort by the reputation table (RSEvaluation) only objects that have certain properties, such as
created_at > 1.day.ago
? Other voting systems offer a tally/query method, but with ar-rep-system I'm struggling to write similar functionality.