active_model_serializers/lib
Yohan Robert 727d7631ae Add symbol support for ActiveModel::Serializer.type method
The ActiveModel::Serializer.type method now accepts symbol as paremeter:
class AuthorSerializer < ActiveModel::Serializer
  type :profile
end
The test file for the type was also refactored.
2016-02-19 17:05:13 +01:00
..
action_controller Add config.serializer_lookup_enabled that defaults true 2015-11-30 00:20:58 -06:00
active_model Add symbol support for ActiveModel::Serializer.type method 2016-02-19 17:05:13 +01:00
active_model_serializers ensure that generators get configured correctly 2016-01-25 09:01:25 -08:00
generators/rails Only load generators when needed 2016-01-15 01:52:27 -06:00
grape Grape formatter feature requested in #1258 2015-12-10 10:06:40 +00:00
active_model_serializers.rb Require ActiveSupport's string/inflections 2016-01-31 13:45:58 -08:00