Can a partial be an action from a controller? I would like to include an action from one controller inside another controllers action view.
Example: like including the login/action inside a page view of another controller.
Is this possible? If, so how. I would think thats what a partial/include is but it doesn't seem to work.