fix pool metatags, fix artist search

This commit is contained in:
albert
2013-02-26 23:35:17 -08:00
parent ef7ae0c5bf
commit cca0cc8dbd
4 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,6 @@ class BansController < ApplicationController
if @ban.update_attributes(params[:ban])
redirect_to ban_path(@ban), :notice => "Ban updated"
else
puts @ban.errors.full_messages
render :action => "edit"
end
end