active_model_serializers/lib
Santiago Pastorino df5ef33ae6 Allow to turn off ams
Closes #378

You can define now

```
def default_serializer_options
  { serializer: false }
end
```
2013-10-23 20:34:34 -02:00
..
action_controller Allow to turn off ams 2013-10-23 20:34:34 -02:00
active_model Wrap config's data hash in mutex 2013-10-21 20:27:01 +00:00
active_model_serializers.rb Implement Generators 2013-10-18 17:49:21 -02:00