You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's trying to include the partial relative to that file:
Let me know if there is already a way to include partials from nested views?
If not please let me know if it's something that I can contribute. I'm not sure the best way to go about so any suggestions would be appreciated. Maybe something like this:
1. Partial exists relative to current view?
2. Partial exists in base app view directory?
The text was updated successfully, but these errors were encountered:
There's no intrinsic reason why this shouldn't work just because the partial is nested. Are you able to share the calling code used in app/views/dashboard/manage.erb, or just a very similar test case I can try?
I'm running into an issue where I'm trying to include a partial from a nested view.
It works great from
app/views/test.erb
. However, the issue arises when I'm on the nested viewapp/views/dashboard/manage.erb
.It's trying to include the partial relative to that file:
Let me know if there is already a way to include partials from nested views?
If not please let me know if it's something that I can contribute. I'm not sure the best way to go about so any suggestions would be appreciated. Maybe something like this:
The text was updated successfully, but these errors were encountered: