Files
grecia/app/controllers
Javi Martín 37361a6f3d Replace render :nothing with head :ok
Using `render :nothing` was deprecated, but we never noticed it because
we didn't have a test for the action using it. In Rails 5.1, it raises
an exception.

Using `head :ok` and adding a test for this scenario solves the issue.
2020-04-24 15:43:54 +02:00
..
2019-11-06 00:04:02 +01:00
2020-04-08 13:49:48 +02:00
2020-04-08 13:49:48 +02:00
2019-10-30 18:48:55 +01:00
2020-04-08 13:49:48 +02:00
2019-11-09 19:33:02 +01:00