Skip to content

Instantly share code, notes, and snippets.

@isuke
Created May 23, 2016 06:21
Show Gist options
  • Save isuke/659033d28d9bb7b18920298da4868e5c to your computer and use it in GitHub Desktop.
Save isuke/659033d28d9bb7b18920298da4868e5c to your computer and use it in GitHub Desktop.
javascript:
flash = #{raw flash.to_json};
coffee:
$ ->
$.each flash, (index, message) ->
toastr[message[0]]('', message[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment