Method: Propertyware::ProspectContact#valid?

Defined in:
lib/propertyware/models/prospect_contact.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



130
131
132
# File 'lib/propertyware/models/prospect_contact.rb', line 130

def valid?
  true
end