Skip to content

Instantly share code, notes, and snippets.

@dmackerman
Created January 3, 2013 16:57
Show Gist options
  • Select an option

  • Save dmackerman/4444867 to your computer and use it in GitHub Desktop.

Select an option

Save dmackerman/4444867 to your computer and use it in GitHub Desktop.
model
Ext.define('Workout.model.Workout', {
extend : 'Ext.data.Model',
config : {
fields : [
{
name : 'name',
type : 'string'
}
]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment