Problem or use case
Out target model has already associations with subscriptions, subscriber.rb uses same name to access notifications to which a target is subscribed to. This create an overlap between the associations, and fails.
Expected solution
I'd probably suggest to rename notification subscriptions association to notification_subscriptions, or to allow clients to define the name of the association
Alternatives
None
What do you think @simukappu