ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
855 stars 137 forks source link

Update README.md change autoloads #345

Closed lazing closed 4 years ago

lazing commented 4 years ago

Dir.glob(File.join('*', '_consumer.rb')) will load gem bunny guide class, result in rails startup failure.

michaelklishin commented 4 years ago

Thank you!

lazing commented 4 years ago

Thank you!

Thanks for the great gem