Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
After renaming, rename also related column for serializing.
  • Loading branch information
lpichler committed Jul 24, 2017
1 parent d7be775 commit bf06a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/custom_button.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class CustomButton < ApplicationRecord
has_one :resource_action, :as => :resource, :dependent => :destroy, :autosave => true

serialize :options
serialize :applies_to_exp
serialize :visibility_expression
serialize :enablement_expression
serialize :visibility

Expand Down

0 comments on commit bf06a49

Please sign in to comment.