Closed hedgesky closed 7 years ago
I've made the following change:
- @organized ||= []
- @organized += interactors.flatten
+ organized.concat(interactors.flatten)
Fixed up already existing commit.
@hedgesky I made a mess of this trying to resolve conflicts in the web interface. Could you please rebase this against v4
or cherry-pick your one commit against a new branch off of v4
and force push? Something to dig me out of this. Thanks!
Done.
Implements #127.