Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created November 28, 2012 19:03
Show Gist options
  • Select an option

  • Save mbriggs/4163298 to your computer and use it in GitHub Desktop.

Select an option

Save mbriggs/4163298 to your computer and use it in GitHub Desktop.
Routes.define({
jobs: {
module: App.Job,
search: {
modules: [App.Job.SearchList, App.Job.FiltersSidebar]
},
create: {
modules: [App.Job.CreateForm, App.Job.InfoSidebar]
},
produce: {
modules: [App.Job.ProduceForm, App.Job.InfoSidebar]
}
},
shipments: {
module: App.Shipments,
create: {
modules: [App.Shipments.CreateForm, App.Shipments.InfoSidebar]
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment