質問編集履歴
2
モデルを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,6 +64,18 @@
|
|
64
64
|
|
65
65
|
```
|
66
66
|
|
67
|
+
###モデルはこんな感じです
|
68
|
+
|
69
|
+
```ruby
|
70
|
+
|
71
|
+
class User < ApplicationRecord
|
72
|
+
|
73
|
+
has_secure_password
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
```
|
78
|
+
|
67
79
|
### 発生している問題・エラーメッセージ
|
68
80
|
|
69
81
|
|
1
表記を変えました
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
(3.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
|
76
76
|
|
77
|
-
↳ /Users/ts
|
77
|
+
↳ /Users/ts21/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
|
78
78
|
|
79
79
|
Processing by UsersController#create as */*
|
80
80
|
|