added header image to infoscreen

This commit is contained in:
peter
2017-05-31 21:59:47 +02:00
parent 7d008cb599
commit 75e5b8e267
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class HomeController < ApplicationController
end
def infoscreen
#authorize! :infoscreen, User #disabled for testing, pet
#authorize! :infoscreen, User #disabled for testing, pet 31.5.17
@neuigkeiten = Neuigkeit.accessible_by(current_ability, :show).where(flag_infoscreen: true)
render layout: false
end