I know this is odd. but I can't figure other ways to do what I need. I have a controller: report and a view: report. Also I have a view that acts as a dashboard where I can see several zones (partials). I need to add this report view to my dashboard but don't know how. This report view utilizes complex logic from controller and displays the results. How could I "stuck" the (logic+presentation) of exising view (report) into my partial, so I could use it on my dashboard??
Thank you. Valve.