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

6 lines
355 B
XML

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