active_model_serializers/lib/active_model
Wojciech Wnętrzak 489ebf2132 Added support for :only and :except methods.
It is possible now to filter returned attributes and associations by:

  UserSerializer.new(user, only: [:first_name, :last_name])
  UserSerializer.new(user, except: :first_name)
2013-04-27 21:29:26 +02:00
..
serializer Use method instead of asssociation_ids if method exists. Fixes #267 2013-04-10 14:38:53 -07: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 Added support for :only and :except methods. 2013-04-27 21:29:26 +02:00