質問編集履歴

1

エラー文の修正

2018/07/24 23:46

投稿

on_off_on
on_off_on

スコア18

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,9 @@
42
42
 
43
43
 
44
44
 
45
- `raise ActiveRecord::PendingMigrationError if connection.migration_context.needs_migration?`
45
+ `Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=development
46
+
47
+ `
46
48
 
47
49
 
48
50