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