Hi,
Is it possible to display the error messages in a particular order of attributes.
ie in error_messages_for
After validation Name cant be blank etc.. can be specify the order of attributes?
Thanks,
Sharanya
Hi,
Is it possible to display the error messages in a particular order of attributes.
ie in error_messages_for
After validation Name cant be blank etc.. can be specify the order of attributes?
Thanks,
Sharanya
Sijo k g wrote:
Hi Sharanya Suresh
I think you will have to iterate through the @error variable and arrange it according to your need in controller.Dont know why are you doing it
Sijo
Thankx