the cucumber is now passing & renamed the partial to conform with convention

This commit is contained in:
Ilyaaaaaaaaaaaaa Zhitomirskiy 2011-08-18 15:38:27 -07:00
parent b1e95def4a
commit 064ae972b3
2 changed files with 1 additions and 1 deletions

View file

@ -66,7 +66,7 @@ module AspectGlobalHelper
end end
def aspect_membership_dropdown(contact, person, hang, aspect=nil) def aspect_membership_dropdown(contact, person, hang, aspect=nil)
selected_aspects = all_aspects.select{|aspect| contact.in_aspect?(aspect.id) } selected_aspects = all_aspects.select{|aspect| contact.in_aspect?(aspect) }
render "shared/aspect_dropdown", render "shared/aspect_dropdown",
:selected_aspects => selected_aspects, :selected_aspects => selected_aspects,