Skip to content

Commit c16d5e8

Browse files
committed
whoops
1 parent 3a7adb6 commit c16d5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/serializers/content_serializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def initialize(content)
105105
# }
106106
def old_style_link_fields
107107
# TODO I think we can remove this method
108-
return []
108+
return {}
109109

110110
categories = Hash[YAML.load_file(Rails.root.join('config', 'attributes', "#{self.class_name.downcase}.yml")).map do |category_name, details|
111111
[

0 commit comments

Comments
 (0)