I am using a rails mountable engine called ‘Child’ inside the application called ‘Parent’.
I have a partial ‘child/user/_index.html.erb’
Now I want to render this child’s partial in parent controller. Is it possible?
Means I want to do something like
render :partial => 'child/user/index.html.erb'
Thanks
Ref this