config/sublime/Packages/Rails/link_to-(nested-path).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
367 B
XML

<snippet>
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}link_to ${1:"${2:link text...}"}, ${3:${12:parent}_${13:child}_path(${14:@}${15:${12}}, ${16:@}${17:${13}})}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
<tabTrigger>linp</tabTrigger>
<scope>text.html.ruby, text.haml</scope>
<description>link_to (nested path)</description>
</snippet>