yasnippet/extras/imported/rails-mode/render/render (action,layout) (ral).yasnippet

7 lines
215 B
Plaintext

# -*- mode: snippet -*-
# key: ral
# contributor: Translated from TextMate Snippet
# name: render (action, layout)
## condition: "source.ruby.rails"
# --
render :action => "${1:action}", :layout => "${2:layoutname}"