lib/jsonapionify/api/resource/definitions/response_headers.rb in jsonapionify-0.9.0 vs lib/jsonapionify/api/resource/definitions/response_headers.rb in jsonapionify-0.9.1

- old
+ new

@@ -4,10 +4,10 @@ def self.extended(klass) klass.class_eval do extend JSONAPIonify::InheritedAttributes inherited_hash_attribute :response_header_definitions - context(:response_headers) do |context| + context(:response_headers, persisted: true) do |context| self.class.response_header_definitions.each_with_object({}) do |(name, block), headers| headers[name.to_s] = instance_exec(context, &block) end end end