From 0a40d930732ee933c9bd6acd5aca21cae8e26717 Mon Sep 17 00:00:00 2001 From: mo Date: Sat, 7 Oct 2017 15:33:33 -0600 Subject: load all collections using backbone_collection_for helper. --- app/views/my/kitchens/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/my/kitchens') diff --git a/app/views/my/kitchens/show.html.erb b/app/views/my/kitchens/show.html.erb index 13d42a9f..263cd97c 100644 --- a/app/views/my/kitchens/show.html.erb +++ b/app/views/my/kitchens/show.html.erb @@ -10,7 +10,9 @@ <%= backbone_collection_for @categories %> <%= backbone_collection_for @tags %> +<%= backbone_collection_for @cakes %> <%= backbone_collection_for @tutorials %> +<%= backbone_collection_for @photos %> <%= javascript_tag do %> csx.initialize({ access_token: '<%= current_user.authentication_token %>' }); -- cgit v1.2.3