Method: Propertyware::Marketing#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



274
275
276
# File 'lib/propertyware/models/marketing.rb', line 274

def valid?
  true
end