質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -112,10 +112,12 @@
|
|
112
112
|
|
113
113
|
```
|
114
114
|
|
115
|
+
## models/workoutdiary.rb
|
116
|
+
|
117
|
+
|
118
|
+
|
115
119
|
class Workoutdiary < ApplicationRecord
|
116
120
|
|
117
|
-
## models/workoutdiary.rb
|
118
|
-
|
119
121
|
|
120
122
|
|
121
123
|
# validates :settype, :weight, :reps, presence: true
|