master
Guillaume DOTT 2013-01-09 14:39:19 +01:00
parent cd2eea2c92
commit 032af86745
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module ProjectHoneypotRails
end
def handle_unverified_request
render :status => :forbidden, :text => "Forbidden fruit"
render :status => :forbidden, :text => "Forbidden"
end
end
end