We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cd3be commit af5a749Copy full SHA for af5a749
1 file changed
db/migrate/20190531145431_insert_file_usages_for_scraped_sites.rb
@@ -6,7 +6,7 @@ class MigratedPage < ActiveRecord::Base
6
7
belongs_to :chapter, class_name: 'MigratedChapter'
8
9
- serialize :configuration, JSON
+ serialize :configuration, coder: JSON
10
11
def configuration
12
super || {}
0 commit comments