I use a mounted rail mechanism called "Child" inside an application called "Parent" .
I have partial 'child / user / _index.html.erb'
Now I want to render this child in the parent controller . Is it possible?
So I want to do something like
render :partial => 'child/user/index.html.erb'
thanks
source share