We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae0b9e commit 7a8b461Copy full SHA for 7a8b461
find_params_id_(fp).sublime-snippet
@@ -0,0 +1,6 @@
1
+<snippet>
2
+ <content><![CDATA[find(params[:${1:id}])]]></content>
3
+ <tabTrigger>fp</tabTrigger>
4
+ <scope>meta.rails.controller</scope>
5
+ <description>find(params[:id])</description>
6
+</snippet>
0 commit comments