Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't pollute target object namespace #54

Open
dolzenko opened this issue Mar 11, 2014 · 2 comments
Open

Don't pollute target object namespace #54

dolzenko opened this issue Mar 11, 2014 · 2 comments
Labels
Milestone

Comments

@dolzenko
Copy link

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.

@mdeering
Copy link
Owner

Yep, your right. The created methods should be prefixed or similar to avoid collisions.

Seems obvious now...

let_me_help_you_with_that

@mdeering mdeering added the TODO label Aug 15, 2015
@mdeering
Copy link
Owner

related to #65

@mdeering mdeering added this to the 2.0 milestone Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants