forked from tower-archive/tower
-
Notifications
You must be signed in to change notification settings - Fork 0
models
Lance Pollard edited this page Apr 12, 2012
·
1 revision
class App.User extends Tower.Model
@field "firstName"
All of the examples on this page assume Tower.Model
is using the memory datastore Tower.Store.Memory
, which doesn't require a callback in any of its finder/persistence methods. Makes it easier to read and play around with.