textmate open Ruby on Rails partial shortcut

1

Is there a shortcut to open a Ruby on Rails partial in textmate?

<%= render :partial => "/arts/menu", :locals => {:art => @art} %>

Shift + Alt + Command + does not display partials.

atmorell

Posted 2011-01-22T13:44:20.287

Reputation: 111

Technically, this question should not have been migrated to stackoverflow as it involves a text editor. – boulder_ruby – 2012-09-17T01:53:05.233

Answers

0

I found this sheet.

Put your cursor on the partial line, press + + and TextMate will open the partial.

atmorell

Posted 2011-01-22T13:44:20.287

Reputation: 111