active_model_serializers/lib/active_model/serializer/adapter
Benjamin Fleischer 2d24dded14 serializable_hash and as_json should take options = nil
per ActiveModel::Serialization#serializable_hash
96bb004fc6/activemodel/lib/active_model/serialization.rb
    def serializable_hash(options = nil)
          options ||= {}

Otherwise, passing in nil to `as_json` or `serializable_hash`
makes things blow up when passing nil into attributes
2015-06-24 11:46:29 -05:00
..
json Adding Fragment Cache to AMS 2015-04-05 18:19:57 -03:00
json_api Adjusts JsonApi adapter to serialize attributes in a nested attributes hash 2015-05-21 16:23:01 +02:00
flatten_json.rb removing unseless root method 2015-06-14 17:24:48 -03:00
fragment_cache.rb removing unnecessary root parameter on fragment cache 2015-06-13 15:48:33 -03:00
json_api.rb serializable_hash and as_json should take options = nil 2015-06-24 11:46:29 -05:00
json.rb serializable_hash and as_json should take options = nil 2015-06-24 11:46:29 -05:00
null.rb serializable_hash and as_json should take options = nil 2015-06-24 11:46:29 -05:00