active_model_serializers/lib
Mauro George 5fb7cceafb Remove ActiveModelSerializers.silence_warnings dead code
The ActiveModelSerializers.silence_warnings was used to avoid warnings on the
Ruby interpreter when define a private attr_acessor. This method is not used in
any part of the code and the recommend way to handle this case is to use
protected instead the silence_warnings [1].

This patch remove the method from the project, this way we avoid people using
this by mistake.

[1]: https://bugs.ruby-lang.org/issues/10967
2015-12-23 19:25:48 -02:00
..
action_controller Add config.serializer_lookup_enabled that defaults true 2015-11-30 00:20:58 -06:00
active_model Merge pull request #1383 from beauby/simplify-associations 2015-12-22 10:37:28 -06:00
active_model_serializers Fix typo 2015-11-24 07:22:59 -08:00
generators/serializer fix description of USAGE 2015-12-01 08:54:27 +09:00
grape Grape formatter feature requested in #1258 2015-12-10 10:06:40 +00:00
active_model_serializers.rb Remove ActiveModelSerializers.silence_warnings dead code 2015-12-23 19:25:48 -02:00