lib/bulldog/attachment/none.rb in bulldog-0.0.2 vs lib/bulldog/attachment/none.rb in bulldog-0.0.3

- old
+ new

@@ -28,10 +28,13 @@ end def destroy end - def process(event, *args) + def process(event, options={}) + end + + def process!(event, options={}) end end end end