tweaking rails and ruby snippets slightly

This commit is contained in:
capitaomorte
2010-03-29 18:15:56 +00:00
parent 2a88ccfaff
commit 485f34921b
23 changed files with 35 additions and 29 deletions

View File

@@ -2,6 +2,6 @@
# type: command
# contributor: Translated from TextMate Snippet
# name: Go to Controller
## binding: "~$@"
## condition: "text.html.ruby, source.ruby.rails.embedded.html, meta.rails.helper, meta.rails.functional_test, source.js, source.css, source.yaml, meta.rails.model, meta.rails.unit_test, text.haml"
# binding: C-c g c
# --
(call-interactively (find-file (concat (yas/rails-root) "/app/controllers")))