vigetlabs / active_admin_associations

This extends ActiveAdmin to allow for better editing of associations.
MIT License
119 stars 55 forks source link

Has and belongs to many duplicates #14

Open maxstudener opened 11 years ago

maxstudener commented 11 years ago

With autocomplete i dont want the user entering duplicates but current they can search for a duplicate and hit the add button and it goes through with no errors

brianjlandau commented 10 years ago

Currently I don't have time to address adding this functionality, but would happily accept a pull request with code that addresses this.