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

Force metadata calls to attributes to use current value if value is changing for attribute #176

Merged
merged 3 commits into from
Oct 12, 2012

Commits on Oct 10, 2012

  1. Adjusting the :merge_metadata method on has_paper_trail.rb so that in…

    … the event that an attribute is being called upon to provide the value, and the attribute is changing, it will grab the current version of the attribute (what it was prior to the changes).
    Ben Atkins committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    7abf490 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2012

  1. Casting argument passed to send to a symbol on the merge_metadata met…

    …hod.
    Ben Atkins committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    139973e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Ben Atkins committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    bffbe53 View commit details
    Browse the repository at this point in the history