Hi!
I’m new with ruby on rails.
I have a problem with validates_presence_of: it work too much!
It gives me error when the form is blank and when it is not blank too.
I simply put in my model this line:
validates_presence_of :title
(I am using the book of Dave T. and David Hansson, “Agile Web
Development with Rails”… chapter 6)
Do you know what the error can be?
Thanks!