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 alias_method_chain #8

Closed
groony opened this issue May 17, 2017 · 1 comment
Closed

rails 5 deprecation alias_method_chain #8

groony opened this issue May 17, 2017 · 1 comment
Assignees

Comments

@groony
Copy link

groony commented May 17, 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 included at /bundle/bundler/gems/activeadmin-xls-a5a70018c626/lib/active_admin/xls/resource_controller_extension.rb: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 included at /bundle/bundler/gems/activeadmin-xls-a5a70018c626/lib/active_admin/xls/resource_controller_extension.rb:6)

Gemfile.lock


GIT
  remote: git://github.com/thambley/activeadmin-xls.git
  revision: a5a70018c626d1ad3cde9f763bad3d10fa68867a
  specs:
    activeadmin-xls (1.0.3)
      activeadmin
      spreadsheet
@groony groony changed the title rails 5 deprication alias_method_chain rails 5 deprecation alias_method_chain May 17, 2017
jundihuang referenced this issue in jundihuang/activeadmin-xls Jun 26, 2017
jundihuang referenced this issue in jundihuang/activeadmin-xls Jun 26, 2017
@thambley thambley self-assigned this Mar 8, 2018
@thambley
Copy link
Owner

thambley commented Mar 8, 2018

fixed in v2.0.0

@thambley thambley closed this as completed Mar 8, 2018
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

2 participants