Method: FlexScaffold::Validations#clear

Defined in:
lib/validations.rb

#clearObject

Removes all the validations that have been added



40
41
42
# File 'lib/validations.rb', line 40

def clear
  @attrs = {}
end