回答編集履歴

1

コードミスの修正

2018/11/29 06:14

投稿

Ighrs
Ighrs

スコア656

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- if Rails.env.development
21
+ if Rails.env.development?
22
22
 
23
23
  ActiveRecord::Migration.send(:prepend, Module.new do
24
24