I am doing some exception handling in my controller, when there is an exception thrown in :create action, I will render to the :new action and show a flash message.
Previously I had same problem,But now solved through this: Try this in your code