talha-asad / mongoose-url-slugs

Create URL compatiable slugs on mongoose models, ensuring uniqueness.
MIT License
40 stars 22 forks source link

fix extend problem #9

Closed mateitrusca closed 9 years ago

mateitrusca commented 9 years ago

on every call to the function the options passed get merged into the global default options object

talha-asad commented 9 years ago

Thanks for the PR.