Another partial fix for issue #2824, which also affected ip bans and feedback
Also fixed minor errors with IP bans
This commit is contained in:
@@ -8,7 +8,7 @@ class IpBansController < ApplicationController
|
||||
|
||||
def create
|
||||
@ip_ban = IpBan.create(params[:ip_ban])
|
||||
respond_with(@ip_ban)
|
||||
respond_with(@ip_ban, :location => ip_bans_path)
|
||||
end
|
||||
|
||||
def index
|
||||
|
||||
Reference in New Issue
Block a user