質問編集履歴

1

モデル追記

2021/05/11 09:53

投稿

pecchan
pecchan

スコア591

test CHANGED
File without changes
test CHANGED
@@ -84,6 +84,20 @@
84
84
 
85
85
 
86
86
 
87
+ UserAccessモデル
88
+
89
+ ```ruby
90
+
91
+ class UserAccess < ApplicationRecord
92
+
93
+ end
94
+
95
+
96
+
97
+ ```
98
+
99
+
100
+
87
101
  これでCategoriesControllerのindexアクションを呼ぶと以下のエラーになりました。
88
102
 
89
103