diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 26bdfa5..37826f3 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -865,7 +865,6 @@ snippet test test "should ${1:do something}" do ${2} end - #migrations snippet mac add_column :${1:table_name}, :${2:column_name}, :${3:data_type}