[Rails] Re: how to handle error message when condition break both presence and numerical validation ?
Thanks
It works...
Best Regards
Fahim
On Wednesday, January 16, 2013 1:40:38 PM UTC+5:30, Ruby-Forum.com User wrote:
Try giving the following.--
validates :age, :numericality => true, :allow_nil => true
This validation will not be invoked if the age is not present.
--
Posted via http://www.ruby-forum.com/.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/k2hXC7rlDJwJ.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home