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

[Rails 5 Deprecation] alias_method_chain is deprecated warnings #27

Open
djones opened this issue Mar 13, 2017 · 0 comments
Open

[Rails 5 Deprecation] alias_method_chain is deprecated warnings #27

djones opened this issue Mar 13, 2017 · 0 comments

Comments

@djones
Copy link

djones commented Mar 13, 2017

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in <top (required)> at /Users/djones/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/solidus_avatax-1df6862b0c1e/app/models/spree/order_contents_decorator.rb:23)
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in <top (required)> at /Users/djones/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/solidus_avatax-1df6862b0c1e/app/models/spree/order_contents_decorator.rb:24)
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in <top (required)> at /Users/djones/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/solidus_avatax-1df6862b0c1e/app/models/spree/order_contents_decorator.rb:25)
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in <top (required)> at /Users/djones/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/solidus_avatax-1df6862b0c1e/app/models/spree/promotion_handler/coupon_decorator.rb:10)
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in <top (required)> at /Users/djones/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/solidus_avatax-1df6862b0c1e/app/models/spree/tax/order_adjuster_decorator.rb:8)

Would be great to get these warnings cleared up.

bekicot added a commit to bekicot/solidus_avatax that referenced this issue Mar 29, 2017
SamuelMartini pushed a commit to nebulab/solidus_avatax that referenced this issue Aug 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants