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

Create unique context for each item in a collection? #883

Open
samstickland opened this issue Apr 23, 2020 · 0 comments
Open

Create unique context for each item in a collection? #883

samstickland opened this issue Apr 23, 2020 · 0 comments

Comments

@samstickland
Copy link

We have an unusual use cache where having this functionality would be useful to us:

module Draper
  class CollectionDecorator
    module UniqueContext
      def decorate_item(item)
        item_decorator.call(item, context: context.clone)
      end
    end

    prepend UniqueContext
  end
end

As you can see we've currently monkey patched. Would there be any interest in a PR?

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

No branches or pull requests

1 participant