mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
7 lines
146 B
Ruby
7 lines
146 B
Ruby
# frozen_string_literal: true
|
|
|
|
# config/initializers/statesman.rb
|
|
Statesman.configure do
|
|
storage_adapter(Statesman::Adapters::ActiveRecord)
|
|
end
|