Method: FlexScaffold::Validations#size

Defined in:
lib/validations.rb

#sizeObject

Returns the number of attributes with validations



60
61
62
# File 'lib/validations.rb', line 60

def size
  @attrs.size
end