Take queries out of aspect contacts pane on home page

This commit is contained in:
Raphael 2010-11-30 15:35:32 -08:00 committed by danielvincent
parent 3dc3efc103
commit f2cb43bb4e

View file

@ -14,6 +14,7 @@ class AspectsController < ApplicationController
@aspect_hashes = hashes_for_aspects @aspects.all, @contacts @aspect_hashes = hashes_for_aspects @aspects.all, @contacts
@aspect = :all @aspect = :all
if current_user.getting_started == true if current_user.getting_started == true
redirect_to getting_started_path redirect_to getting_started_path
end end