From 4e4078c3cad2caba0f37ea486884a3f8f3c5947c Mon Sep 17 00:00:00 2001 From: alexpeachey Date: Tue, 22 Jul 2014 16:43:49 -0700 Subject: [PATCH] Add "Libraries Using Naught" to Readme --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 33afc4b..3eb235d 100644 --- a/README.markdown +++ b/README.markdown @@ -458,3 +458,8 @@ Further reading - [Null Objects and Falsiness](http://devblog.avdi.org/2011/05/30/null-objects-and-falsiness/), by Avdi Grimm + +Libraries Using Naught +----------------------- + +- [ActiveNull](https://github.com/Originate/active_null) Null Model support for ActiveRecord.