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

Rails 5 deprecation warning fix (Module#prepend) #457

Merged
merged 1 commit into from
Feb 12, 2016
Merged

Rails 5 deprecation warning fix (Module#prepend) #457

merged 1 commit into from
Feb 12, 2016

Conversation

siegy22
Copy link
Contributor

@siegy22 siegy22 commented Feb 12, 2016

Remove the deprecation warning, WITH legacy support 🙏

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.

nateberkopec added a commit that referenced this pull request Feb 12, 2016
Rails 5 deprecation warning fix (Module#prepend)
@nateberkopec nateberkopec merged commit b722795 into getsentry:master Feb 12, 2016
@nateberkopec
Copy link
Contributor

Thank you!

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