Commit 726d4049

mo khan <mo@mokhan.ca>
2014-05-17 00:19:06
disable publishing to twitter because no photos will be available at the time the creation is created.
1 parent b582713
Changed files (1)
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)