Skip to content

Commit

Permalink
Added address to user profile index
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed May 26, 2011
1 parent 7c05cd2 commit c026618
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -42,6 +42,7 @@ def content_node_body(language)
if self.content_model_entry
body += self.content_model_entry.attributes.values
end
body += self.end_user.address.attributes.values if self.end_user.address
body.select { |itm| itm.is_a?(String) }.join(" ")
end

Expand Down

0 comments on commit c026618

Please sign in to comment.