lib/redis-throttler/model.rb in redis-throttler-0.1.3 vs lib/redis-throttler/model.rb in redis-throttler-0.1.4

- old
+ new

@@ -1,5 +1,6 @@ require 'redis-throttler' + class RedisThrottler module Model def self.included(base) base.extend(ClassMethods) \ No newline at end of file