lib/minuteman.rb in minuteman-2.0.0 vs lib/minuteman.rb in minuteman-3.0.0
- old
+ new
@@ -103,13 +103,16 @@
end
end
end
end
+# Helper method to easily access the analytics part
def Minuteman(action)
Minuteman.analyze(action)
end
+# Why call this method so different from Minuteman?
+# for the lulz: https://github.com/maccman/counterman/issues/1
def Counterman(action)
Minuteman.count(action)
end
require 'minuteman/user'