DEV Community

Discussion on: Crafting user notifications in Rails with Active Delivery

Collapse
 
palkan_tula profile image
Vladimir Dementyev

I put deliveries under app/deliveries.

Drivers could be stored in different places: somewhere in lib/ folder (if it's a general driver, does not rely on the application code) or in app/services (if it depends on the application itself).