Hi Craig, My solution to this problem can be found here:
http://gist.github.com/203225 Basically, I just add the validations in a module as instance methods (def foo..), include that module in the models, and as the module is included, tell the "klass" to validate the instance methods. Make sense? -- Posted via http://www.ruby-forum.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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---