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.
Separate these functions from controllers and put them into model file. Then include the model file in your controller.