Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify README instructions for ActiveRecord
* If you're using the ActiveRecord adapter, your transition class should `include Statesman::Adapters::ActiveRecordTransition`. * If you're using a PostgreSQL JSON column to store metadata, you won't be able to `include Statesman::Adapters::ActiveRecordTransition` as there is an incompatability (which we'll aim to resolve soon, see #309). Without this module, if you want to customise your transition class's "updated timestamp column", you will need to define `.updated_timestamp_column` yourself.
- Loading branch information