mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Merge pull request #246 from mattias-lundell/patch-1
Fix alignment of columns
This commit is contained in:
commit
92ef924269
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class Rack::Attack
|
||||||
self.tracks[name] = Track.new(name, options, block)
|
self.tracks[name] = Track.new(name, options, block)
|
||||||
end
|
end
|
||||||
|
|
||||||
def safelists; @safelists ||= {}; end
|
def safelists; @safelists ||= {}; end
|
||||||
def blocklists; @blocklists ||= {}; end
|
def blocklists; @blocklists ||= {}; end
|
||||||
def throttles; @throttles ||= {}; end
|
def throttles; @throttles ||= {}; end
|
||||||
def tracks; @tracks ||= {}; end
|
def tracks; @tracks ||= {}; end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue