mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: verify
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: verify — render
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
verify :only => [:$1], :method => :post, :render => {:status => 500, :text => "use HTTP-POST"}
|