lib/rabbit_carrots/configuration.rb in rabbit_carrots-1.0.1 vs lib/rabbit_carrots/configuration.rb in rabbit_carrots-1.0.2

- old
+ new

@@ -16,8 +16,12 @@ :rabbitmq_vhost, :routing_key_mappings, :rabbitmq_exchange_name, :automatically_recover, :network_recovery_interval, - :recovery_attempts + :recovery_attempts, + :orm + def orm + @orm ||= :activerecord + end end end