mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: maprs
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: map.resources
|
|
## condition: "meta.rails.routes"
|
|
# --
|
|
${1:map}.resources :${2:resource}${10: do |${11:$2}|
|
|
# mirror for $11
|
|
$0
|
|
end} |