forked from bofh/fetsite
AutoCommit Sam Sep 12 22:03:04 CEST 2015
This commit is contained in:
@@ -19,6 +19,11 @@ class HomeController < ApplicationController
|
||||
end
|
||||
def dev
|
||||
|
||||
end
|
||||
def infoscreen
|
||||
authorize! :doadmin, User
|
||||
@neuigkeiten = Neuigkeit.accessible_by(current_ability, :show).limit(10)
|
||||
render layout: false
|
||||
end
|
||||
def kontakt
|
||||
t=YAML.load_file("#{::Rails.root.to_s}/config/contact_topic.yml")
|
||||
|
||||
Reference in New Issue
Block a user