the cucumber is now passing & renamed the partial to conform with convention
This commit is contained in:
parent
b1e95def4a
commit
064ae972b3
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue