many tiny changes

This commit is contained in:
jomo
2013-06-25 02:53:12 +02:00
parent c5dfdbeb8f
commit ceb39bf0c3
22 changed files with 209 additions and 80 deletions

View File

@@ -64,6 +64,6 @@ class BlogpostsController < ApplicationController
else
flash[:alert] = "You are not allowed to delete this Post"
end
redirect_to blogpots_path
redirect_to blogposts_path
end
end