Module: Featuring::Persistence

Defined in:
lib/featuring/persistence.rb,
lib/featuring/persistence/adapter.rb,
lib/featuring/persistence/transaction.rb,
lib/featuring/persistence/activerecord.rb

Overview

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.

Defined Under Namespace

Modules: ActiveRecord, Adapter Classes: Transaction