ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 4 forks source link

Update js responses for emails #63

Closed cdinger closed 4 years ago

cdinger commented 4 years ago

This was missed in the Rails upgrade from 4.2. head :ok is now preferred over render nothing: true for producing an HTTP 200 header-only response. render nothing: true was looking for a template and was returning an error because none exists for this route.