template/config/initializers/em-patches/mandrill.rb in grape-gen-0.0.5 vs template/config/initializers/em-patches/mandrill.rb in grape-gen-0.0.6
- old
+ new
@@ -1,4 +1,6 @@
+require 'mandrill'
+
# Patch mandrill API to play ball with EventMachine
module Mandrill
class API
def initialize(apikey=nil, debug=false)
@host = 'https://mandrillapp.com'
\ No newline at end of file