diff options
Diffstat (limited to 'app/controllers/my/kitchens_controller.rb')
| -rw-r--r-- | app/controllers/my/kitchens_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/my/kitchens_controller.rb b/app/controllers/my/kitchens_controller.rb index 5c9b768b..6b303aa4 100644 --- a/app/controllers/my/kitchens_controller.rb +++ b/app/controllers/my/kitchens_controller.rb @@ -3,6 +3,7 @@ module My def show @tags = Tag.unique_tags @cakes = current_user.creations.includes(:category, :photos, :tags, :tag_taggings) + @tutorials = current_user.tutorials.includes(:tags, :tag_taggings) end end end |
