feat: 不要ソースの削除(#214) (#216)

#214

#214

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #216
This commit was merged in pull request #216.
This commit is contained in:
2026-01-11 23:09:23 +09:00
parent 5160aacc53
commit 189175fe84
10 changed files with 2 additions and 139 deletions
@@ -141,10 +141,6 @@ class PostsController < ApplicationController
end
end
# DELETE /posts/1
def destroy
end
def changes
id = params[:id]
page = (params[:page].presence || 1).to_i