block ips rake task

This commit is contained in:
Kyle Drake 2014-08-11 04:21:25 -07:00
parent 3095185121
commit 7445f8006b
6 changed files with 60 additions and 6 deletions

3
models/blocked_ip.rb Normal file
View file

@ -0,0 +1,3 @@
class BlockedIp < Sequel::Model
end