I try to use this line of code to do validate but it does not work, the method of must_agree does not apply to any method.
validate :must_agree_to_terms, :on => :create
I try to use this line of code to do validate but it does not work, the method of must_agree does not apply to any method.
validate :must_agree_to_terms, :on => :create