Skip to content

Commit

Permalink
Merge pull request #224 from jrafanie/serialize-with-kwargs-like-71-w…
Browse files Browse the repository at this point in the history
…ants

Use the rails 7.1+ serialize interface
  • Loading branch information
kbrock authored Nov 19, 2024
2 parents c889cdc + 65e027b commit 94de9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/showback/input_measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ManageIQ::Showback
class InputMeasure < ApplicationRecord
validates :description, :entity, :group, :fields, :presence => true

serialize :fields, Array
serialize :fields, :type => Array

self.table_name = "showback_input_measures"

Expand Down

0 comments on commit 94de9b7

Please sign in to comment.