From eedcae8a7ad71af1a73a8f827f96f89a25792981 Mon Sep 17 00:00:00 2001 From: Stephen Caudill Date: Thu, 7 Jun 2012 15:42:18 -0400 Subject: [PATCH] Specifying the model name is, in fact, implemented --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85051c..f8cfd01 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ expose(:person) `decent_exposure` is a configurable beast. Let's take a look at some of the things you can do: -**Specify the model name (**#NOTIMPLEMENTED**, use a custom strategy):** +**Specify the model name:** ```ruby expose(:company, model: :enterprisey_company)