このコミットが含まれているのは:
2026-01-11 01:35:12 +09:00
コミット f93b86aee5
4個のファイルの変更2行の追加33行の削除
-4
ファイルの表示
@@ -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
-16
ファイルの表示
@@ -1,16 +0,0 @@
class SettingsController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
-9
ファイルの表示
@@ -34,13 +34,4 @@ class TagsController < ApplicationController
head :not_found
end
end
def create
end
def update
end
def destroy
end
end