fixed conflict ruby snippets.

This commit is contained in:
carme 2013-08-14 22:07:31 +09:00
parent 8b636ddc01
commit db20c6140b

View File

@ -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}