Rails error is 'You need to supply at least one validation'.

woaigithub · November 02, 2012 · 2553 hits

error is 'You need to supply at least one validation'.

class Comment < ActiveRecord::Base attr_accessible :content, :title, :commenter, :email, :url

belongs_to :post

validates :content, :presence => true, :length => 10..200 end

No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.