Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Add support for adapter specific configuration #239

Closed
wants to merge 2 commits into from

Conversation

wingrunr21
Copy link
Collaborator

This is a PR for #225. Essentially, this provides the ability for additional configuration options to be passed into an individual adapter.

Extra configuration is passed in as a hash during the Griddler.configure call.

For an example implementation and use case, see wingrunr21/griddler-mandrill#23 and the spf_config branch of griddler-mandrill.

it 'stores extra configuration' do
extra_config = {
option1: 'foo',
option2: 'bar'

Choose a reason for hiding this comment

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

Put a comma after the last item of a multiline hash.

@wingrunr21 wingrunr21 added this to the 2.0.0 milestone Feb 25, 2016
@wingrunr21 wingrunr21 self-assigned this Feb 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants