search for: name_n

Displaying 1 result from an estimated 1 matches for "name_n".

Did you mean: name_in
2008 Jun 29
2
How to write test about validates_associated
...:destroy has_many :materials has_many :inventories has_many :batchs has_many :courses has_many :projects has_many :initstocks,:dependent => :destroy has_many :vouchertypes, :dependent => :destroy has_one :coursecodeformat, :dependent => :destroy validates_uniqueness_of :name_native validates_uniqueness_of :code validates_presence_of :code validates_presence_of :name_native validates_presence_of :email validates_presence_of :phone validates_associated :currency validates_associated :coursecodeformat validates_associated :vouchertypes end and here is my...