7 lines
202 B
Plaintext

# -*- mode: snippet -*-
# key: xput
# contributor: Translated from TextMate Snippet
# name: xhr put
## condition: "source.ruby.rails"
# --
xhr :put, :${1:update}, :id => ${2:1}, :${3:object} => { $4 }$0