active_model_serializers/test
Jason Truluck a110df6caf Add @options back into serializers to maintain the functionality of render :json as noted in the docs
This functionality used to exist in v0.8.1. This adds the ability to
pass other options that will be usable in the serializer via the
options accessor.

This works by adding an attr_accessor for options so it is available
and is set by the remaining options in the provided options hash during
initialization.
2013-11-12 12:57:31 -05:00
..
fixtures Test attributes declared as strings 2013-10-22 11:55:32 -02:00
integration Fixed test for Rails versions prior to 4 2013-11-05 10:42:55 -08:00
unit/active_model Add @options back into serializers to maintain the functionality of render :json as noted in the docs 2013-11-12 12:57:31 -05:00
coverage_setup.rb Add coverage tools 2013-10-18 17:49:21 -02:00
test_app.rb Implement Generators 2013-10-18 17:49:21 -02:00
test_helper.rb Require minitest instead of test/unit 2013-10-18 17:49:22 -02:00