Skip to content

Commit

Permalink
Remove blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
filipegiusti authored Oct 11, 2024
1 parent fe7fb85 commit a8cdcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avo/fields/belongs_to_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def to_permitted_param
return [:"#{polymorphic_as}_type", :"#{polymorphic_as}_id"]
end

foreign_key.is_a?(Array) ? foreign_key.map(&:to_sym) : foreign_key.to_sym
foreign_key.is_a?(Array) ? foreign_key.map(&:to_sym) : foreign_key.to_sym
end

def fill_field(record, key, value, params)
Expand Down

0 comments on commit a8cdcfa

Please sign in to comment.