module Featuring::Persistence

public

Concerns related to persisting feature flag values.

* See `Featuring::Persistence::ActiveRecord` to learn how to use the ActiveRecord adapter.
* See `Featuring::Persistence::Adapter::Methods` to learn how to use persistence.
* See `Featuring::Persistence::Transaction` to learn how to persist multiple flags at once.
* See `Featuring::Persistence::Adapter` to learn how to build your own adapter.