added header image to infoscreen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user