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
No one wants to type out all this gibberish. Need to make it more succinct for creating a flipper instance and getting access to features, groups, etc.
The text was updated successfully, but these errors were encountered:
The big problem with just checking id is that EVERYTHING responds to id
even if it doesn't, due to the ruby deprecation warning for using
object_id instead of id.
#1. This change makes it super easy to detect actors because no one
will have a flipper_id method already in their models.
#2. This allows people to change what is used for activating individual
actors. If you don't want it to be id, simply define flipper_id to be
name, or whatever else you want.
No one wants to type out all this gibberish. Need to make it more succinct for creating a flipper instance and getting access to features, groups, etc.
The text was updated successfully, but these errors were encountered: