Hi,
I have added some validations in my model.
for e.g. validates_presence_of :title,:message => "Please enter title"
Now in the browser , validation is being done. But i cannot see any error message in the browser.
Hi,
I have added some validations in my model.
for e.g. validates_presence_of :title,:message => "Please enter title"
Now in the browser , validation is being done. But i cannot see any error message in the browser.