-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove 'attributes' #21
Comments
Why remove it? What about making it a plural of attribute which I think people would expect? |
If |
What about attributes {'x' => 'y', 'q' => 'p', 'name' => 'samwise'} |
Yep, that's the same as I am flipping my feeling now to removing "attribute" instead, fyi :) |
I would agree - and if you want the old effect of attributes being authoritative you could just use complete |
It definitely feels more declarative to have an |
IDK about removing |
It's a little bit confusing that
attribute 'x', 'y'
does not modify other attributes,
but attributes 'x' => 'y'
removes all other attributes.
The text was updated successfully, but these errors were encountered: