From c3d36ee5a03752588bada04b32c75ad23e628384 Mon Sep 17 00:00:00 2001 From: Pau Ramon Revilla Date: Sun, 19 Mar 2017 18:41:24 +0100 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d4f141..02a8220 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,10 @@ class Task extends Model { I recommend to always fallback with a null object which will facilitate a ton to write code like `task.author.get('name')`. +## Where is it used? + +Developed and battle tested in production in [Factorial](https://factorialhr.com) + ## License (The MIT License)