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

Manually delegate prepare_destination due to changes in delegate for Rai... #9

Merged
merged 1 commit into from Apr 24, 2012

Conversation

twalpole
Copy link
Contributor

...ls 4

Rails 4 (edge) changes delegate to no longer use send which means it can no longer be used to delegate to a protected method in another object. Since prepare_destination is a protected method this change manually delegates.

alexrothenberg added a commit that referenced this pull request Apr 24, 2012
Manually delegate prepare_destination due to changes in delegate for Rai...
@alexrothenberg alexrothenberg merged commit 1179a98 into alexrothenberg:master Apr 24, 2012
@alexrothenberg
Copy link
Owner

@twalpole thanks for this patch!

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.

None yet

2 participants