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:

http://agilewebdevelopment.com/plugins/activerecord_base_without_table

John Kopanas wrote:

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