dwbutler / groupify

Add group and membership functionality to your Rails models
MIT License
194 stars 42 forks source link

Gracefully handle missing group #63

Closed dwbutler closed 7 years ago

dwbutler commented 7 years ago

When calling #in_group? with a group that doesn’t exist (e.g. when passing nil), correctly return false.