Merge branch 'pull/5484'

This commit is contained in:
Anton Khorev 2025-01-09 17:20:25 +03:00
commit 45abfe49e1
2 changed files with 4 additions and 4 deletions

View file

@ -123,7 +123,7 @@ class DiaryEntriesController < ApplicationController
# Subscribe user to diary comments
@diary_entry.subscriptions.create(:user => current_user)
redirect_to :action => "index", :display_name => current_user.display_name
redirect_to diary_entry_path(@diary_entry.user, @diary_entry)
else
render :action => "new"
end