Displaying 1 result from an estimated 1 matches for "topic_keywords".
2005 Dec 16
12
validates_presence_of not working
Hi,
I''m new to ruby and rails. I just created a simple update page and the 
update works fine if all form fields are filled in. However there is one 
field that should never be allowed to be blank. So I put this in my 
model:
class Topic < ActiveRecord::Base
  validates_presence_of :dr_title
  validates_length_of :dr_title, :minimum => 1
So, when I submit the form with a blank