yasnippet/extras/imported/rails-mode/render/render (action)... (ra).yasnippet

7 lines
176 B
Plaintext

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