Have a look at the activerecord_base_without_table plugin: http://agilewebdevelopment.com/plugins/activerecord_base_without_table. It's very simple and I use it a lot in my projects. However, if you ever get into a situation that the framework does a 'describe' ( DESC ) on it, it will fail. Therefore, I modified the plugin to set the table name to "dual". Works like a charm!
On 27 mar, 17:18, Greg Donald <[email protected]> wrote: > On Fri, Mar 27, 2009 at 4:16 PM, Brandon Olivares > > <[email protected]> wrote: > > Thanks, but should I create an ActiveRecord model even though it shouldn't > > be associated with a table? > > It would probably be the easiest way to get to the model validations. > > -- > Greg Donaldhttp://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

