yasnippet/extras/imported/rails-mode/render/render (partial,collection) (rpc).yasnippet

7 lines
215 B
Plaintext

# -*- mode: snippet -*-
# key: rpc
# contributor: Translated from TextMate Snippet
# name: render (partial, collection)
## condition: "source.ruby.rails"
# --
render :partial => "${1:item}", :collection => ${2:@$1s}