Model Without A Table

I have a filter model and I want it to behave like a model but I don’t
need a table for it. How can I have a model without a table? :slight_smile:


John K.
[email protected]

http://www.kopanas.com

http://www.soen.info

http://agilewebdevelopment.com/plugins/activerecord_base_without_table

Or try this:
http://validatable.rubyforge.org/
Enables validations to non ActiveRecord models