Hi everybody,
I have a strange thing, gf works fine for me e.g. when in a Controller, it jumps to the model, when I have a partial, it jumps to the partial.
But when I render something from layout, it doesnt work: <%= render 'layouts/search' %>
gf on layouts/search doesn't work. All I get is E345: Can't fnd file "layouts/search" in path …
Yes, I have seen other issues and therefore it should be working but I don't know why it doesn't. Any idea?
Hi everybody,
I have a strange thing, gf works fine for me e.g. when in a Controller, it jumps to the model, when I have a partial, it jumps to the partial.
But when I render something from layout, it doesnt work:
<%= render 'layouts/search' %>gf on layouts/search doesn't work. All I get is E345: Can't fnd file "layouts/search" in path …
Yes, I have seen other issues and therefore it should be working but I don't know why it doesn't. Any idea?