Currently if a model declaration would have an attribute with the same name as any of the model instance methods the attribute accessor would overwrite the method definition.
Instead we should warn the implemented if this happens and suggest it enforce they choose a different model name for that attribute.
Currently if a model declaration would have an attribute with the same name as any of the model instance methods the attribute accessor would overwrite the method definition.
Instead we should warn the implemented if this happens and suggest it enforce they choose a different model name for that attribute.