Files
grecia/app/models/concerns
Javi Martín 38b7307450 Use respond_to? instead of try
Usually when we use `try` we actually mean `try!`, which is the same as
the safe navigation operator. However, there are a few cases where we
actually mean to execute a method if the object responds to that method.

In those cases using `try` would actually be OK, but in order to avoid
confusion as to whether we mean to check for `respond_to?` or we mean to
use safe navigation, I'm removing all usages of `try`.
2019-10-22 17:37:51 +02:00
..
2015-07-15 13:32:13 +02:00
2017-09-06 14:12:32 +02:00
2019-09-10 21:04:56 +02:00
2019-03-14 17:25:43 +01:00
2016-11-23 19:19:19 +01:00
2019-09-10 21:04:56 +02:00
2019-03-14 17:25:43 +01:00
2019-03-27 15:22:14 +01:00
2019-03-14 17:25:43 +01:00
2019-10-22 17:37:51 +02:00
2019-09-10 21:04:56 +02:00
2019-03-14 17:25:43 +01:00
2019-09-10 21:04:56 +02:00
2018-05-22 15:02:35 +02:00