We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b76d9 commit 87777c9Copy full SHA for 87777c9
contrib/dres_rails/app/controllers/dres_rails/application_controller.rb
@@ -14,7 +14,7 @@ def index
14
private
15
16
def repository
17
- RubyEventStore::ActiveRecord::PgLinearizedEventRepository.new(serializer: RubyEventStore::NULL)
+ RubyEventStore::ActiveRecord::PgLinearizedEventRepository.new(serializer: JSON)
18
end
19
20
def build_initial_spec
0 commit comments