promiscuous 0.9.3 → 0.9.3.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
|
|
1
1
|
class Promiscuous::Subscriber::Observer < Promiscuous::Subscriber::Base
|
2
2
|
include Promiscuous::Subscriber::Class
|
3
3
|
include Promiscuous::Subscriber::Attributes
|
4
|
+
include Promiscuous::Subscriber::Polymorphic
|
4
5
|
include Promiscuous::Subscriber::AMQP
|
5
6
|
include Promiscuous::Subscriber::Envelope
|
6
7
|
|
data/lib/promiscuous/version.rb
CHANGED