Perhaps this is similar to #149, but unless I prefix the partial name with the shared folder, gf can't get me to where I'd like to go. Rails doesn't require shared partials in app/views/application to be prefixed in the context of the partial call, so it seems like 'gf' should be able to find them still. Is there a way to add app/views/application to the global search path or something?
For example:
'gf' works in this context
render partial: 'application/some_partial'
But not in this context
render partial: 'some_partial'
Thanks much
Perhaps this is similar to #149, but unless I prefix the partial name with the shared folder, gf can't get me to where I'd like to go. Rails doesn't require shared partials in app/views/application to be prefixed in the context of the partial call, so it seems like 'gf' should be able to find them still. Is there a way to add app/views/application to the global search path or something?
For example:
'gf' works in this context
But not in this context
Thanks much