Skip to content

Add support for Array mutations#23

Open
AlexWayfer wants to merge 1 commit into
davydovanton:masterfrom
AlexWayfer:support_array_mutations
Open

Add support for Array mutations#23
AlexWayfer wants to merge 1 commit into
davydovanton:masterfrom
AlexWayfer:support_array_mutations

Conversation

@AlexWayfer

Copy link
Copy Markdown
Contributor

It's like experimental and debatable, but looks cool for me.

It's like experimental and debatable, but looks cool for me.
@coveralls

coveralls commented Jul 12, 2018

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.008%) to 99.886% when pulling 57f1623 on AlexWayfer:support_array_mutations into b57d637 on davydovanton:master.

@davydovanton davydovanton left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, thanks for PR. Idea looks cool in general, but I suggest to use optional mutation array. For example:

attribute :books, MutableArray, of: Book

# or

attribute :books, Array, of: Book

WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants