From 077143d974576e5d0a6269a42451b6a7d8964639 Mon Sep 17 00:00:00 2001 From: Willian van der Velde Date: Sat, 28 Dec 2013 16:10:54 +0100 Subject: [PATCH] Added warning to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e1f060d..da0eb6d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ bundle bundle exec rails g spree_private_properties:install ``` +BIG FAT WARING! +--- + +It only filters on the products#show controller. Don't add super private stuff to the properties until you are sure it isn't displayed somewhere else (like the products api)! + Testing ---