Skip to content

Commit

Permalink
Merge pull request #658 from PecanProject/fix_method_specification_in…
Browse files Browse the repository at this point in the history
…_bulk_upload

HOT FIX for Bulk Upload method specification problem
  • Loading branch information
dlebauer authored Aug 5, 2019
2 parents 31de64a + e745340 commit afe4f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/bulk_upload_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def store_trait_method_mapping_in_session
method_name: params["method_info"]["label"],
method_id: params["method_info"]["value"]
}
render(nothing: true)
render(body: nil)
end

# Step 1: Choose a file to upload.
Expand Down

0 comments on commit afe4f4b

Please sign in to comment.