Skip to content

Commit af5a749

Browse files
committed
Upgrade serialize signature in migration
1 parent 49cd3be commit af5a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20190531145431_insert_file_usages_for_scraped_sites.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class MigratedPage < ActiveRecord::Base
66

77
belongs_to :chapter, class_name: 'MigratedChapter'
88

9-
serialize :configuration, JSON
9+
serialize :configuration, coder: JSON
1010

1111
def configuration
1212
super || {}

0 commit comments

Comments
 (0)