You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts"[service:perform_rating] Service ##{service.id} updated #{initial_rating} -> #{new_rating}"ifdebug_mode
19
42
20
43
Version.create!(
21
44
item_type: "Service",
@@ -24,6 +47,8 @@ namespace :service do
24
47
whodunnit: "21311",
25
48
object_changes: "This has been an automatic update by an official ToS;DR bot. The rating for this service changed from #{initial_rating} to #{new_rating}."
26
49
)
50
+
51
+
true
27
52
end
28
53
29
54
desc"Mark as reviewed if approved points are over 20"
0 commit comments