Skip to content

Commit

Permalink
fixing Formtastic class reference for Formtastic 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JediFreeman committed Feb 16, 2012
1 parent af816e6 commit 4f93c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,3 +18,4 @@ spec/dummy/vendor/bundle/
spec/dummy/app/helpers/manage
spec/dummy/config/database.yml
spec/dummy/log/development.log
.svn
2 changes: 1 addition & 1 deletion lib/simple_captcha/formtastic.rb
@@ -1,5 +1,5 @@
module SimpleCaptcha
class CustomFormBuilder < Formtastic::SemanticFormBuilder
class CustomFormBuilder < Formtastic::FormBuilder

private

Expand Down

0 comments on commit 4f93c5a

Please sign in to comment.