Added better messages and error handling in a couple of places. Added integration checks to ensure that the blocking is actually working. Tests FTW.

This commit is contained in:
Matt Amos 2009-09-30 17:39:42 +00:00
parent 95c3d640a4
commit 77851bac7b
6 changed files with 73 additions and 4 deletions

View file

@ -0,0 +1,3 @@
<p><%= t'user_block.not_found.sorry', :id => params[:id] %></p>
<%= link_to t('user_block.not_found.back'), user_blocks_path %>