Use a better word

This commit is contained in:
Agis Anastasopoulos 2012-10-26 23:18:34 +03:00
parent 7a36dc736f
commit cc81af2fe4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class ClientsController < ActionController::Base
if params[:status] == "activated"
@clients = Client.activated
else
@clients = Client.unactivated
@clients = Client.inactivated
end
end