You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, resource attributes are populated from the Solr Document, but the resource itself isn't frozen immediately following this:
@resource = SolrBackedResource.new(self.class)
self.attributes = adapt_attributes(attrs)
# TODO: Should we clear the change tracking, or make this object Read-only?
yield self if block_given?
run_callbacks :find
run_callbacks :initialize
freeze
Currently, resource attributes are populated from the Solr Document, but the resource itself isn't frozen immediately following this:
https://github.com/samvera/active_fedora/blob/master/lib/active_fedora/loadable_from_json.rb#L133
The text was updated successfully, but these errors were encountered: