Skip to content

Commit

Permalink
Fixed incorrect tag triggers for attributes_for and create_list.
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskroberts committed Jan 7, 2014
1 parent 3963906 commit cdeb49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Snippets/attributes_for.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[attributes_for(:${1:model}${2:, ${3:attributes}})]]></content>
<tabTrigger>fgc</tabTrigger>
<tabTrigger>fgaf</tabTrigger>
<scope>source.ruby, source.ruby.rails, source.ruby.rspec</scope>
<description>attributes_for(:model, attributes)</description>
</snippet>
2 changes: 1 addition & 1 deletion Snippets/create_list.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[create_list(:${1:model}, ${2:3}${3:, ${4:attributes}})]]></content>
<tabTrigger>fgbl</tabTrigger>
<tabTrigger>fgcl</tabTrigger>
<scope>source.ruby, source.ruby.rails, source.ruby.rspec</scope>
<description>create_list(:model, 3, attributes)</description>
</snippet>

0 comments on commit cdeb49b

Please sign in to comment.