mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Remove unusued method
This commit is contained in:
parent
829c96709b
commit
85f4baab3c
1 changed files with 0 additions and 8 deletions
|
@ -87,12 +87,4 @@ class Ban < ActiveRecord::Base
|
||||||
def can_destroy? cuser
|
def can_destroy? cuser
|
||||||
cuser and cuser.admin?
|
cuser and cuser.admin?
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.refresh
|
|
||||||
#file = File.new(VENT_BANS, "w")
|
|
||||||
#Ban.all(:conditions => ["ban_type = ? AND expiry > UTC_TIMESTAMP()", TYPE_VENT]).each do |ban|
|
|
||||||
# file.write "#{ban.ip},,,"
|
|
||||||
#end
|
|
||||||
#file.close
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue