Files
nairobi/app/models
Javi Martín 69e3e67c85 Avoid "Overwriting existing method open" warning
In Ruby, the Kernel class defined the `open` method, which is available
for (almost) every object. So creating a scope with the name `open`
generates a warning indicating we are overwriting the existing `open`
method.

While this warning is pretty much harmless and we could ignore it, it
generates a lot of noise in the logs. So I'm "undefining" the method
before generating the scope, so we don't get the warning all the time.
2019-10-23 18:07:50 +02:00
..
2019-09-10 21:04:56 +02:00
2019-10-23 14:39:31 +02:00
2019-03-14 17:25:43 +01:00
2019-10-23 18:03:53 +02:00
2019-10-23 14:39:31 +02:00
2019-10-23 14:39:31 +02:00
2019-10-22 17:37:51 +02:00
2019-03-27 15:22:14 +01:00
2019-10-23 14:39:31 +02:00
2019-08-27 17:22:22 +02:00
2019-10-23 14:39:31 +02:00
2019-03-14 17:25:43 +01:00
2019-04-29 13:08:43 -05:00
2019-10-23 14:39:31 +02:00
2019-05-28 14:26:18 +02:00
2019-10-23 14:39:31 +02:00
2019-05-22 11:50:03 +02:00
2019-02-05 17:41:00 +01:00
2019-09-10 21:43:38 +02:00
2019-10-23 14:39:31 +02:00