lib/outboxable/configuration.rb in outboxable-0.1.8 vs lib/outboxable/configuration.rb in outboxable-1.0.0
- old
+ new
@@ -8,10 +8,10 @@
yield(configuration)
end
class Configuration
ALLOWED_MESSAGE_BROKERS = %i[rabbitmq].freeze
- ALLOWED_ORMS = %i[activerecord].freeze
+ ALLOWED_ORMS = %i[activerecord mongoid].freeze
attr_accessor :rabbitmq_host,
:rabbitmq_port,
:rabbitmq_user,
:rabbitmq_password,