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

Replaces update_attribute with update_column #1998

Merged
merged 1 commit into from Jul 27, 2012

Commits on Jul 27, 2012

  1. Rails 3.2.7 deprecates update_attribute in favor of update_column. Up…

    …dated projects using Devise output lots of warnings because Devise uses the deprecated version in some places. This commit replaces update_attribute with update_column to fix that.
    fabiokr committed Jul 27, 2012
    Copy the full SHA
    7d41072 View commit details
    Browse the repository at this point in the history