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

Bugfix TagList#concat with non-duplicates. #729

Merged
merged 1 commit into from
May 6, 2017

Conversation

lukeasrodgers
Copy link
Contributor

uniq! behaves differently depending on whether duplicates are found or not: if they are, the de-duped list is returned, otherwise nil is returned.

`uniq!` behaves differently depending on whether duplicates are found or
not: if they are, the de-duped list is returned, otherwise `nil` is
returned.
@seuros seuros merged commit c498440 into mbleigh:master May 6, 2017
@seuros
Copy link
Collaborator

seuros commented May 6, 2017

@lukeasrodgers Thank you

@lukeasrodgers lukeasrodgers deleted the bugfix-taglist-concat branch March 26, 2018 22:59
tekniklr pushed a commit to tekniklr/acts-as-taggable-on that referenced this pull request Mar 19, 2021
Bugfix `TagList#concat` with non-duplicates.
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