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

Fixed call to #rendered_messages #74

Closed
wants to merge 3 commits into from
Closed

Conversation

keithpitt
Copy link

In this commit: ryanb/letter_opener@e5fbf0f#diff-2e20cc2a223324b62e266a1e07ce55e7

LetterOpener::Message.rendered_messages changed from...

def self.rendered_messages(location, mail)

...to...

def self.rendered_messages(mail, options = {})

location is now an option, and not an argument to the method.

In this commit: ryanb/letter_opener@e5fbf0f#diff-2e20cc2a223324b62e266a1e07ce55e7

`LetterOpener::Message.rendered_messages` changed from...

```ruby
def self.rendered_messages(location, mail)
```

...to...

```ruby
def self.rendered_messages(mail, options = {})
```

`location` is now an option, and not an argument to the method.
@pseudomuto
Copy link
Contributor

Hey @keithpitt, I believe this was resolved in #73.

@keithpitt
Copy link
Author

Ah doh! Yeah, that would do it :) I didn't catch it in the pull request title that it had already been fixed. Thanks!

@keithpitt keithpitt closed this Jan 15, 2018
@pseudomuto
Copy link
Contributor

v1.3.2 was released today with the fix applied. Thanks for the PR anyways though!

@keithpitt
Copy link
Author

No worries, and thanks for taking the time to look after the gem!

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.

2 participants