attribute_normalizer
attribute_normalizer copied to clipboard
Don't pollute target object namespace
Currently if somebody uses something like normalize_attribute :name it makes impossible to have normalize_name method in the corresponding model, I suggest the defined method is at least given some kind of unique name (using prefix or similar) so that collisions are less likely.
Yep, your right. The created methods should be prefixed or similar to avoid collisions.
Seems obvious now...

related to #65