Give regular users a delete button. If they click it, their post will be revised to

say it was deleted.
This commit is contained in:
Robin Ward
2013-02-07 15:12:55 -05:00
parent af11547108
commit 084a873b91
16 changed files with 183 additions and 34 deletions

View File

@ -88,6 +88,7 @@ end
Spork.each_run do
# This code will be run each time you run your specs.
$redis.client.reconnect
MessageBus.reliable_pub_sub.pub_redis.client.reconnect
end
# --- Instructions ---