Module: RedisThrottler
- Defined in:
- lib/redis-throttler.rb,
lib/redis-throttler/base.rb,
lib/redis-throttler/model.rb,
lib/redis-throttler/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.7'
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/redis-throttler.rb', line 6 def self.included(base) base.include(RedisThrottler::Model) end |