You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, congrats on this gem. I really think it's well thought and designed!
I was seeing your example and I think that the method destroyable_by? should default to updatable_by? instead of true like you show in your README example.
What do you think?
Greetings,
The text was updated successfully, but these errors were encountered:
By default if only some users are able to update a record, only the same users are able to destroy it.
When I think in real-life apps I've made nobody without access to update an object has permissions to destroy that same object.
Hi John,
First of all, congrats on this gem. I really think it's well thought and designed!
I was seeing your example and I think that the method destroyable_by? should default to updatable_by? instead of true like you show in your README example.
What do you think?
Greetings,
The text was updated successfully, but these errors were encountered: