mdeering / attribute_normalizer

Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers
MIT License
475 stars 53 forks source link

Define a method with same name as attribute and call `super` does not run normalizers #67

Open PikachuEXE opened 9 years ago

PikachuEXE commented 9 years ago

If it's implemented by creating an anonymous module and include it, the super would run the normalizers Might be related to #65 if the gem is changed to use anonymous module

dmeremyanin commented 9 years ago

That is the reason I've created normalizr.