From bc17b3d0231316962144fbdc3619a98f15c9e6d6 Mon Sep 17 00:00:00 2001 From: Iuri Fernandes Date: Tue, 4 Jun 2013 10:30:10 -0300 Subject: [PATCH] Fix ruby snippets with the same name --- snippets/ruby.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index ac97f33..027edf4 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -847,9 +847,9 @@ snippet tcts snippet tctss t.timestamps ${1} -snippet va +snippet va validates_associated validates_associated :${1:attribute} -snippet va +snippet va validates .., :acceptance => true validates :${1:terms}, :acceptance => true snippet vc validates :${1:attribute}, :confirmation => true