22: impressum page

This commit is contained in:
Joerg Reichert 2018-03-31 17:22:42 +02:00
parent ad77627973
commit f2fe2ac6a4
6 changed files with 60 additions and 1 deletions

View file

@ -11,5 +11,9 @@ class ApplicationController < ActionController::Base
!!current_user
end
def impressum
render action: "impressum"
end
helper_method :current_user, :signed_in?
end