pulse
pulse copied to clipboard
Rails 5.1 error
We ran into an issue where it was looking for a template on rails 5.1
Simple changing render :text
to render :plain
fixed the issue for us.