Skip to content

Commit

Permalink
temp play
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 15, 2024
1 parent 81810b6 commit 19d3ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/tufts/tdl_resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def create
manifest_url = "#{tufts_settings[:tdl_url]}#{id}/manifest.json"
resource = TdlResource.new({ url: manifest_url, exhibit_id: @resource.exhibit_id })
Rails.logger.info "resource #{resource.to_s}"
Rails.logger.info "on_type #{resource.on_type.to_s}"
# Rails.logger.info "on_type #{resource.on_type.to_s}"
resource.save
if resource.save_and_index
successes += 1
else
Expand Down

0 comments on commit 19d3ebf

Please sign in to comment.