public
Description: ActiveRecord without persistance Plugin for Rails
Homepage:
Clone URL: git://github.com/remvee/active_form.git
active_form / README
100644 15 lines (9 sloc) 0.419 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= ActiveForm
 
This plugin provides a base class for making forms with ActiveRecord validations without having a corresponding database table. You can use ActiveForm for:
 
* making forms which don't needed storage, like simple email forms
* provide extra validations on existing ActiveRecord models
* make forms for composite objects
 
 
== Author
R.W. van 't Veer
 
 
== Copyright
Copyright (c) 2007, 2008 R.W. van 't Veer