Skip to content

Commit

Permalink
Fix #1195 for real. POTENTIALLY BREAKING
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Dec 5, 2019
1 parent 27011ea commit 7fdcdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/data/all/_metadata.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ json.object_tag object_tag(object)
json.object_label label_for(object)
json.global_id object.persisted? ? object.to_global_id.to_s : nil
json.base_class object.class.base_class.name
json.url url_for(only_path: false, format: :json)
json.url_for url_for(only_path: false, format: :json)
json.object_url url_for(metamorphosize_if(object))

# TODO - this block has to go, and be loaded with the base of the object if needed, not with metadata, particularly
Expand Down

0 comments on commit 7fdcdf2

Please sign in to comment.