Open saizai opened 9 years ago
It'd be nice if the gem automatically made integer columns have validations (via introspection), e.g.:
validates column, numericality: { only_integer: true, greater_than_or_equal_to: 0, presence: !column_allows_nil }
It'd be nice if the gem automatically made integer columns have validations (via introspection), e.g.: