snacktime
2007-Aug-16 19:16 UTC
validates_uniqueness_of validating against abstract classes
Ran into this while using a modified version of acts_as_authenticated with edge rails. My user model has self.abstract_class = true. Validates_uniqueness_of tries to validate against the non existent user table. Other validations work fine. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---