diff options
Diffstat (limited to 'app/views/my/kitchens/show.html.erb')
| -rw-r--r-- | app/views/my/kitchens/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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 %>' }); |
