Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such

This commit is contained in:
Blake Watters
2011-01-20 20:52:33 -05:00
parent 3474eb73b0
commit ebd23559bb
30 changed files with 289 additions and 251 deletions

View File

@@ -15,4 +15,9 @@
DBTopic* _topic;
}
/**
* The Topic that is being viewed
*/
@property (nonatomic, readonly) DBTopic* topic;
@end