Implement spring and reset counters functionality

This commit is contained in:
2014-03-07 13:37:01 +01:00
parent 775e7965a2
commit 95e268adea
14 changed files with 104 additions and 84 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace :counters do
task reset: :environment do
Supplier.reset_counters!
end
end