#7 コントローラ等追加

This commit is contained in:
2025-05-18 02:22:37 +09:00
parent 7bd70c7d01
commit 3b172e44d8
23 changed files with 516 additions and 17 deletions
@@ -0,0 +1,16 @@
class WikiPagesController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end