module RedisThrottler

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/redis-throttler.rb, line 15
def self.included(base)
  base.include(RedisThrottler::Model)
end