Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created July 8, 2009 02:19
Show Gist options
  • Save wwalker/142516 to your computer and use it in GitHub Desktop.
Save wwalker/142516 to your computer and use it in GitHub Desktop.
def alert_lists_for_media_type
media_type = message.media_type
usable_lists = alert_lists.select{|al|
al.list.contacts.select{|c|
! c.get_address_for_media_type(media_type).empty?
}.length > 0
}
return usable_lists
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment