From 38cb74198d194dbdda85c6579050db6afb079dd8 Mon Sep 17 00:00:00 2001 From: Iuri Fernandes Date: Mon, 13 May 2013 10:32:32 -0300 Subject: [PATCH] Add ruby snippet for accepts_nested_attributes_for --- snippets/ruby.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index aa76272..95b6fa9 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -967,3 +967,5 @@ snippet shared shared_examples "${1:shared examples name}" ${2} snippet itb it_behaves_like "${1:shared examples name}"${2} +snippet ana + accepts_nested_attributes_for :${1:association}