active_model_serializers/lib/active_model
Yohan Robert b1fd43303c Fix relationship behavior when using block
When using the relationships DSL with a block e.g.
has_one :bio do
  link :self, "some_link"
end
the "data" field would be rendered with a nil value even though the bio
is not nil. This happened because the block return value was set to nil
but used as a value for the "data" field.
2016-02-10 21:04:37 +01:00
..
serializer Fix relationship behavior when using block 2016-02-10 21:04:37 +01:00
serializable_resource.rb Clean up notification code with some meta-prog 2015-11-10 03:09:24 -06:00
serializer.rb Merge branch 'beauby-resource-level-meta' 2016-02-08 18:00:51 -06:00