From 4f93c5a74224a12365258a1dd495f8c0b31c9b96 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Thu, 16 Feb 2012 14:30:45 -0800 Subject: [PATCH] fixing Formtastic class reference for Formtastic 2.1.0 --- .gitignore | 1 + lib/simple_captcha/formtastic.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 335a6ca..a2f6bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ spec/dummy/vendor/bundle/ spec/dummy/app/helpers/manage spec/dummy/config/database.yml spec/dummy/log/development.log +.svn \ No newline at end of file diff --git a/lib/simple_captcha/formtastic.rb b/lib/simple_captcha/formtastic.rb index 47c0a9d..956732b 100644 --- a/lib/simple_captcha/formtastic.rb +++ b/lib/simple_captcha/formtastic.rb @@ -1,5 +1,5 @@ module SimpleCaptcha - class CustomFormBuilder < Formtastic::SemanticFormBuilder + class CustomFormBuilder < Formtastic::FormBuilder private