Validate Uniqueness on Join Tables in Rails  
  
    How to validate uniqueness in a :has_many :through relationship with Ruby on Rails. You'll need three models in this example List, Subscriber and ListSubscriber. A list has many subscribers and a subscriber has many lists. Simple enough. Running the follo...  
  
    
      Written by Sean Behan on 06/17/2012