Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:yfactorial/objectiveresource
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Nov 4, 2008
2 parents f419224 + d3edc6e commit b68a9ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/lib/ActiveResource+Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
- (BOOL)update;
- (BOOL)save;

- (BOOL)createAtPath:(NSString *)path;
- (BOOL)updateAtPath:(NSString *)path;
- (BOOL)destroyAtPath:(NSString *)path;

// Instance helpers for getting at commonly used class-level values
- (NSString *)collectionPath;

Expand Down

0 comments on commit b68a9ce

Please sign in to comment.