mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Remove duplicated #initialize
This commit is contained in:
parent
d1682b19b4
commit
85c4c085c9
1 changed files with 0 additions and 4 deletions
|
|
@ -17,10 +17,6 @@ module Rack
|
|||
defined?(::Redis::Store) && store.is_a?(::Redis::Store)
|
||||
end
|
||||
|
||||
def initialize(store)
|
||||
super(store)
|
||||
end
|
||||
|
||||
def read(key)
|
||||
get(key, raw: true)
|
||||
rescue Redis::BaseError
|
||||
|
|
|
|||
Loading…
Reference in a new issue