diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 06a7820..43084f6 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -854,7 +854,7 @@ snippet format format.${1:js|xml|html} { ${2} } snippet wc where(${1:"conditions"}${2:, bind_var}) -snippet wh +snippet wf where(${1:field} => ${2:value}) snippet xdelete xhr :delete, :${1:destroy}, :id => ${2:1}${3}