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 -- Posted via http://www.ruby-forum.com/.
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 -- Posted via http://www.ruby-forum.com/.
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 > > > SijoThankx -- Posted via http://www.ruby-forum.com/.