separated out ip ban logic from regular bans, users can no longer register if an ip ban is in place
This commit is contained in:
4
test/unit/ip_ban_test.rb
Normal file
4
test/unit/ip_ban_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class IpBanTest < ActiveSupport::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user