active_model_serializers/lib/active_model
Gosha Arinich e8ae3e1bb3 allow singular embed when serializing association
Having

```ruby
has_one :post, embed: :ids
```

looks especially weird as it's a one-to-one association, hence there is
only one id. The following looks better:

```ruby
has_one :post, embed: :id
```
2013-05-05 11:02:42 +03:00
..
serializer allow singular embed when serializing association 2013-05-05 11:02:42 +03:00
serializers bumping to 0.7.0 2013-03-05 17:07:16 -08:00
array_serializer.rb fix a couple typos 2013-04-18 13:39:14 -07:00
serializer.rb Unify way of calling include_attribute? in attibutes and association methods. 2013-04-20 23:28:33 +02:00