lib/crunchbase/models/concerns/entity.rb in crunchbase4-0.1.6 vs lib/crunchbase/models/concerns/entity.rb in crunchbase4-0.1.7

- old
+ new

@@ -43,9 +43,10 @@ def as_json fields.each_with_object({}) { |item, hash| hash[item] = send(item) } end private + def custom_fields [] end end end