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

add scoping. Remove metaprogramming. #302

Merged
merged 1 commit into from
Jan 6, 2014
Merged

add scoping. Remove metaprogramming. #302

merged 1 commit into from
Jan 6, 2014

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Jan 5, 2014

This brings ActiveFedora into parity with a more recent version of
ActiveRecord


def initialize(association)
@association = association
# @alias_tracker = AliasTracker.new klass.connection
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cruft?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was there as a clue as to how this code deviates from ActiveRecord, but I can remove it.

This brings ActiveFedora into parity with a more recent version of
ActiveRecord
@mjgiarlo
Copy link
Member

mjgiarlo commented Jan 6, 2014

Merging this because it is primarily a refactor to bring AF more in line with AR, which is, IMHO, a Good Thing ™️

👍

mjgiarlo added a commit that referenced this pull request Jan 6, 2014
add scoping. Remove metaprogramming.
@mjgiarlo mjgiarlo merged commit 29217c2 into master Jan 6, 2014
@mjgiarlo mjgiarlo deleted the scoping branch January 6, 2014 22:57
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

Successfully merging this pull request may close these issues.

2 participants