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

Added has_attributes to replace delegate_to #257

Merged
merged 1 commit into from
Oct 24, 2013
Merged

Commits on Oct 23, 2013

  1. Added has_attributes to replace delegate_to

    We don't want to conflate attributes stored in the repository with delegating
    to methods. There are certain actions like change tracking or casting to
    a singular value (multiple: false) that we only want to do on persisted
    attributes.  The previous implementation could break in certain cases when
    developers attempted to use ActiveSupport's delegate method.
    jcoyne committed Oct 23, 2013
    3 Configuration menu
    Copy the full SHA
    acc311f View commit details
    Browse the repository at this point in the history