yasnippet/extras/imported/rails-mode/Go To/Go To Alternate File.yasnippet
2010-03-30 14:31:33 +00:00

12 lines
325 B
Plaintext

# -*- mode: snippet -*-
# type: command
# contributor: Translated from TextMate Snippet
# name: Go to Controller
# binding: C-c g c
# --
(if (featurep 'rinari)
(call-interactively 'rinari-find-controller)
(let ((default-directory (concat (yas/rails-root) "/app/controllers/")))
(call-interactively 'find-file )))