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 for alias_method_chain #4

Open
doits opened this issue Feb 5, 2016 · 0 comments
Open

rails 5 deprecation warning for alias_method_chain #4

doits opened this issue Feb 5, 2016 · 0 comments

Comments

@doits
Copy link

doits commented Feb 5, 2016

Getting a deprecation warnings with rails 5:

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from module:TranslationHelper at /cache/gems/ruby_2.3/bundler/gems/i18n-workflow-bbe70e4c8db3/lib/i18n/workflow/translation_helper.rb:14)

At least nothing breaks for now afaik.

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