7 lines
197 B
Plaintext

# -*- mode: snippet -*-
# key: flash
# contributor: Translated from TextMate Snippet
# name: flash[…]
## condition: "source.ruby.rails"
# --
flash[:${1:notice}] = "${2:Successfully created...}"$0