Commit 726d4049
Changed files (1)
app
services
app/services/create_cake_command.rb
@@ -11,7 +11,7 @@ class CreateCakeCommand
@current_user.tag(cake, with: tags, on: :tags)
if cake.save
- @publisher.publish(cake)
+ #@publisher.publish(cake)
@context.create_cake_succeeded(cake)
else
@context.create_cake_failed(cake)