#7 コントローラ等追加

このコミットが含まれているのは:
2025-05-18 02:22:37 +09:00
コミット 3b172e44d8
23個のファイルの変更516行の追加17行の削除
+16
ファイルの表示
@@ -0,0 +1,16 @@
class UsersController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end