Skip to content

Commit

Permalink
Merge pull request #219 from workplacearcade/fix-coder-deprecation-wa…
Browse files Browse the repository at this point in the history
…rning

Fix Rails 7.1 coder deprecation warning
  • Loading branch information
orien authored Nov 1, 2023
2 parents a2b4833 + 70f4c6b commit d0f3a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/double_entry/line_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def self.dump(symbol)
end

belongs_to :line
serialize :key, SymbolWrapper
serialize :key, coder: DoubleEntry::LineMetadata::SymbolWrapper
end
end

0 comments on commit d0f3a27

Please sign in to comment.