i got a problem with validation and sti class

Account < ActiveRecord::Base
  validates_uniqueness_of :field1
  ...
end

User < Account
  ...
end

i created a few User models in the bootstrap file and i noticed that
the validation does not work.
Do you know why?


-- 
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-t...@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.

Reply via email to