Skip to content

Commit

Permalink
Significant change
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Apr 10, 2012
1 parent 31e43fe commit 6b41bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SSRemoteManagedObject.m
Expand Up @@ -154,6 +154,7 @@ - (BOOL)shouldUnpackDictionary:(NSDictionary *)dictionary {
return self.updatedAt == nil || [self.updatedAt isEqualToDate:[[self class] parseDate:[dictionary objectForKey:@"updated_at"]]] == NO;
}


- (BOOL)isRemote {
return self.remoteID.integerValue > 0;
}
Expand Down

0 comments on commit 6b41bde

Please sign in to comment.