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

load attribute_accessors for ActiveSupport 4 #401

Closed
wants to merge 1 commit into from
Closed

load attribute_accessors for ActiveSupport 4 #401

wants to merge 1 commit into from

Conversation

ktdreyer
Copy link
Contributor

When using ActiveSupport 4, we must explicitly load attribute_accessors in order to use the mattr_accessor function in the ActsAsTaggableOn module.

Tested with ActiveSupport 4.0.0.

When using ActiveSupport 4, we must explicitly load attribute_accessors
in order to use the mattr_accessor function in the ActsAsTaggableOn
module.

Tested with ActiveSupport 4.0.0.
@ktdreyer
Copy link
Contributor Author

ktdreyer commented Oct 3, 2013

This pull request (#401) is an alternative to the mattr_accessor removal in #404 .

@bf4
Copy link
Collaborator

bf4 commented Dec 10, 2013

Can you rebase against master and force push?

@bf4
Copy link
Collaborator

bf4 commented Dec 10, 2013

Duplicate of #410

@bf4 bf4 closed this Dec 10, 2013
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