Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @mixtape_tags = []
- @mixtape_tag_xrefs.each do |mixtape_tag_xref|
- mixtape_tag_value = MixtapeTag.where(:id => mixtape_tag_xref.mixtape_tag)
- @mixtape_tags = @mixtape_tags + [mixtape_tag_xref.id => mixtape_tag_value]
- end
Advertisement
Add Comment
Please, Sign In to add comment