drapergeek/findit

View on GitHub
app/assets/javascripts/router.js.coffee

Summary

Maintainability
Test Coverage
# For more information see: http://emberjs.com/guides/routing/

Findit.Router.map ()->
  @resource 'items', path: '/', ->
    @resource 'item', path: '/:item_id'