Hi, I''m writing a plugin (my first) that adds question validation support (alternative to captchas). I''m obviously gonna need to provide a generator for the migration of the questions table, I''m just not sure if I should generate the model too or just leave it in the plugin. If I do leave the model in the plugin then won''t I also have to hardcode to table name in the migration? If I''m generating the model, should I just generate the lib/ system file too? Also, is it OK to add an error to a record if the table doesn''t actually have a column for the error I''m adding? Cheers --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---