File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2843,7 +2843,7 @@ function! s:RelatedFile()
28432843 elseif t = ~ ' ^helper\>'
28442844 return s: findlayout (s: controller ())
28452845 elseif t = ~ ' ^model-arb\>'
2846- return rails#app ().migration (' create_ ' .rails#pluralize (s: gsub (s: model (),' /' ,' _' )))
2846+ return rails#app ().migration (' 0# ' .rails#pluralize (s: gsub (s: model (),' /' ,' _' )))
28472847 elseif t = ~ ' ^model-aro\>'
28482848 return s: sub (f ,' _observer\.rb$' ,' .rb' )
28492849 elseif t = ~ ' ^api\>'
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ The easiest way to learn these commands is to experiment. A few examples of
324324alternate and related files follow:
325325
326326Current file Alternate file Related file ~
327- model unit test related migration
327+ model unit test schema definition
328328controller (in method) functional test template (view)
329329template (view) helper controller (jump to method)
330330migration previous migration next migration
You can’t perform that action at this time.
0 commit comments