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

Avoid alias_method_chain #118

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Commits on Jul 19, 2016

  1. Avoid alias_method_chain

    This is deprecated as of Rails 5 (in favor of Module#prepend, which is only in Ruby 2+).
    
    Since we still have to support Ruby 1.8, just create the aliases manually
    Matt Larraz committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1d48df1 View commit details
    Browse the repository at this point in the history