Sha256: 3109476d4423d50572c744a6faaf7e3b396c87b2df8cc233b99d03db8169abda

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

class User
  property :name, String
  validate_length :name, :range => 2..6 
  validate_format :name, :format => /[a-z]*/, :msg => 'invalid format', :on => :create 
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glue-0.26.0 test/glue/multi_validations_model.rb
glue-0.27.0 test/glue/multi_validations_model.rb
glue-0.28.0 test/glue/multi_validations_model.rb