-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hello,
I've forked the repo and added "engine and activerecord" support to easily save results from webhooks into the DB. I'd like to get a feedback on the work done so far.
Is there interest to merge this fork into the master branch?
If yes, is there other features that should be added/removed.
I'd like to have feedback to fix things before submitting my work.
Regards,
Jade
https://github.com/jadetr/mandrill-rails.git
right now to save webhooks for open and click events, I just have to mount the engine:
route.rb
mount Mandrill::Engine => "/mandrill", :as => "mandrill"
import and run migration:
rake railties:install:migrations
rake db:migrate
Metadata
Metadata
Assignees
Labels
No labels