From 585273624091f3e20bbe3925d135efa361909611 Mon Sep 17 00:00:00 2001 From: Devon Noonan Date: Tue, 2 Oct 2012 10:15:47 -0400 Subject: [PATCH] Readme updated with rambling --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7253961..57b1c3a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ To stop Sisyphus from initializing on a form include the *with_sisyphus* option ## TODO - Tests -- Model/Object based exclusions +- Move away from form_tag_helper, should be able to do it all from form_helper? Script tag can go at the end anyhow. +- Model/Object based exclusions via config or activerecord extension? - block based options <%= form_for User.new do |f| %>