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

Attribute name should be the first parameter of Attribute::Define.(...) #2

Open
sbellware opened this issue Jun 14, 2019 · 0 comments
Labels
mistake Something is not right or does not meet standards and needs correction

Comments

@sbellware
Copy link
Contributor

Current:

Attribute::Define.(self, :some_accessor, :accessor)

Future:

Attribute::Define.(:some_accessor, self, :accessor)
@sbellware sbellware added the mistake Something is not right or does not meet standards and needs correction label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mistake Something is not right or does not meet standards and needs correction
Projects
None yet
Development

No branches or pull requests

1 participant