We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
Great work, thanks!
It would be nice to have flag types, like lets say "bookmark", "favourite", "keep" and then you might be able to do:
user.bookmark! and not User.flag!(bookmark)
Have you thought about this?
The text was updated successfully, but these errors were encountered:
+1 I don't actually get it. There is a type column in table and i can see that line in readme:
type
# Returns true if the flagger flagged the flaggable, false otherwise. user.flagged?(article, :flag_name)
But it's not working and, as i can see in the code, is not implemented. Can anyone clear this out?
Edit: sorry, this column name is actualy flaggable_type and it's not what i thought. But, still, the mentioned line from readme is a bit unclear.
flaggable_type
I think i should come up with PR for that this week
Sorry, something went wrong.
No branches or pull requests
Hi all,
Great work, thanks!
It would be nice to have flag types, like lets say "bookmark", "favourite", "keep" and then you might be able to do:
user.bookmark! and not User.flag!(bookmark)
Have you thought about this?
The text was updated successfully, but these errors were encountered: