Skip to content

Fully extend enumerable#5

Open
natesholland wants to merge 1 commit intomasterfrom
natesholland/full_enumerable
Open

Fully extend enumerable#5
natesholland wants to merge 1 commit intomasterfrom
natesholland/full_enumerable

Conversation

@natesholland
Copy link
Contributor

Instead of just extending some of the enumable method this extends all of the
enumerable methods which will make the classes easier to work with. The
only exception here is that we need to override the find method because
active record overrides the find method in ways that are not compatible
with the underlying enumerable API.

Instead of just extending some of the enumable method this extends all of the
enumerable methods which will make the classes easier to work with. The
only exception here is that we need to override the find method because
active record overrides the find method in ways that are not compatible
with the underlying enumerable API.
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.

1 participant