datamapper / dm-types

DataMapper plugin providing extra data types
http://datamapper.org/
MIT License
55 stars 80 forks source link

Slightly cleaner fix for my recent breakage #36

Closed emmanuel closed 13 years ago

emmanuel commented 13 years ago

@dkubb -- thanks again for cleaning up after me.

I think this is a bit cleaner fix that removes dm-types' use of @private APIs in dm-validations.

emmanuel commented 13 years ago

Blast, I probably should have put this in a topic branch. Hopefully this is acceptable as-is.

emmanuel commented 13 years ago

BTW, I had to mutate the options Hash before super because @options is frozen in super.

dkubb commented 13 years ago

@emmanuel oh that's much nicer than what we were doing before. Merged!