質問編集履歴

3

fix

2017/05/25 06:03

投稿

azuno_mix
azuno_mix

スコア71

test CHANGED
@@ -1 +1 @@
1
- ある既存モデルに関連付けられる新規モデルを一気に作成する方法
1
+ ある既存モデルに関連付けられる新規モデルのレコードを一気に作成する方法
test CHANGED
File without changes

2

fix

2017/05/25 06:03

投稿

azuno_mix
azuno_mix

スコア71

test CHANGED
File without changes
test CHANGED
@@ -166,7 +166,7 @@
166
166
 
167
167
  ```
168
168
 
169
- class NotificationMailer < Admin::ApplicationMailer
169
+ class NotificationMailer < ApplicationMailer
170
170
 
171
171
  def aaa_notify(user)
172
172
 

1

fix

2017/05/25 05:23

投稿

azuno_mix
azuno_mix

スコア71

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  t.datetime "updated_at", null: false
30
30
 
31
- t.index ["user_id"], name: "index_admin_user_notifies_on_user_id", using: :btree
31
+ t.index ["user_id"], name: "index_user_notifies_on_user_id", using: :btree
32
32
 
33
33
  end
34
34