From c1293c9c59276ddc3210d76b07b3df75f186118e Mon Sep 17 00:00:00 2001 From: aklein-dex Date: Wed, 4 Jul 2012 14:05:57 +0900 Subject: [PATCH] add link to show how to integrate with formtastic ~>2.0.2 --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index cf80396..5c06c9e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -530,6 +530,9 @@ Then specify the input type as enum in the forms: form.input :gear, :as => :enum +For formtastic ~>2.0.2, follow this link => +* https://github.com/jeffp/enumerated_attribute/issues/35 + === Implementation Notes ==== New and Method_missing methods