From 65eaf17f4e516a4b19a858eaa68f7787eda1195d Mon Sep 17 00:00:00 2001 From: nathanvda Date: Thu, 10 Feb 2011 00:19:18 +0100 Subject: [PATCH] Update readme to point to cocoon_simple_form_demo. --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index e90a469..9000d62 100644 --- a/README.markdown +++ b/README.markdown @@ -94,13 +94,14 @@ There is an example project on github implementing it called [formtastic-cocoon- ### Using simple_form -There is only line that needs to change, instead of writing `semantic_fields_for` you write `simple_fields_for`. +This is almost identical to formtastic, instead of writing `semantic_fields_for` you write `simple_fields_for`. + +There is an example project on github implementing it called [cocoon_simple_form_demo](https://github.com/nathanvda/cocoon_simple_form_demo). -I will provide a full example (and a sample project) later. ### Using standard rails forms -I provide a full example (and a sample project) later. +I will provide a full example (and a sample project) later. ## How it works @@ -142,7 +143,8 @@ There is no limit to the amount of nesting, though. ## Todo -* complete the sample projects for simple_form and normal rails forms +* complete the sample projects -for simple_form- and normal rails forms +* add more sample relations: has_many :through, belongs_to, ... * complete the test-coverage ## Copyright