Notes posted by raven_chen
RSS feed
0 thanks
Validate number
option like :greater_than still supported
use like this
Code example
validates :position, :presence => true, :numericality => {:greater_than => 0}
option like :greater_than still supported
use like this
validates :position, :presence => true, :numericality => {:greater_than => 0}