Closed jdreesen closed 10 years ago
I think it's better to define the needed class type in the function's argument instead of doing an unchecked cast at later time, because the classes in the respondsToUpdatedOf array need to extend the Model class anyway.
respondsToUpdatedOf
Model
Yes ofc! I think this is an artefact of an early build that i had forgotten to change just ;) thank you :+1:
I think it's better to define the needed class type in the function's argument instead of doing an unchecked cast at later time, because the classes in the
respondsToUpdatedOf
array need to extend theModel
class anyway.