I need to call the create action in controller A, from controller B.
The reason is that I need to redirect differently when I\'m calling from controller B.
Perhaps the logic could be extracted into a helper? helpers are available to all classes and don't transfer control. You could check within it, perhaps for controller name, to see how it was called.