active_model_serializers/lib
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
..
action_controller updating tests to match new adapters structure 2015-06-15 13:39:36 -03:00
active_model serializable_hash and as_json should take options = nil 2015-06-24 11:46:29 -05:00
generators/serializer Make resource generator invoke serializer generator 2015-06-10 20:45:33 -03:00
active_model_serializers.rb Make resource generator invoke serializer generator 2015-06-10 20:45:33 -03:00