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

change blocks => blocked_followers #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremylynch
Copy link

I have a model called Block which was conflicting with the blocks method.

I thought the method name blocked_followers is better suited and less confusing than blocks.

@jcoyne
Copy link
Collaborator

jcoyne commented Dec 16, 2016

Changing the public API would be a breaking change per semver and would require a new major version.

@@ -74,7 +74,7 @@ def followers(options={})
followers_scope.to_a.collect{|f| f.follower}
end

def blocks(options={})
Copy link
Collaborator

Choose a reason for hiding this comment

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

This method should be retained and deprecated.

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