Thursday 21 October 2010

Rails 3: errors.add_to_base

According to the official doc errors.add_to_base has been deprecated in Rails 3 and one should use errors.[:base] << "Msg"

No comments:

Post a Comment