facebookpublish,themen fixes

This commit is contained in:
2014-06-20 00:15:45 +05:30
parent 61510a8891
commit 2df0d89b61
16 changed files with 158 additions and 37 deletions

View File

@@ -14,6 +14,12 @@ class HomeController < ApplicationController
@neuigkeiten = Neuigkeit.intern.recent
@themengruppen=Themengruppe.intern
end
def admin
authorize! :doadmin, User
end
def startdev
render 'setup_fetsite_dev'
end