lib/emailbutler.rb in emailbutler-0.2.2 vs lib/emailbutler.rb in emailbutler-0.2.3

- old
+ new

@@ -40,7 +40,7 @@ end # Public: All the methods delegated to instance. These should match the interface of Emailbutler::DSL. def_delegators :instance, :adapter, :build_message, :set_message_attribute, :save_message, :find_message_by, - :create_message_event + :update_message end