Ghost/core/client/routes/posts
Jason Williams 1c356f59b2 Only load posts once on navigating to content tab
No Issue
- Loading posts from the API should not be necessary in PostsIndexRoute
  because its parent resource (PostsRoute) pre-loads the store.
  Changing the store.find to store.all gets rid of a duplicate
  network request to load all posts.
2014-07-21 19:44:03 +00:00
..
index.js Only load posts once on navigating to content tab 2014-07-21 19:44:03 +00:00
post.js Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00