mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ru
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: render (update)
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
render :update do |${2:page}|
|
|
$2.$0
|
|
end |