#1: initial version

This commit is contained in:
Joerg Reichert 2018-03-31 19:40:50 +02:00
parent 495ccd3a3d
commit f990c0ac06
4 changed files with 45 additions and 1 deletions

View file

@ -11,6 +11,10 @@ class ApplicationController < ActionController::Base
!!current_user
end
def glossary
render action: "glossary"
end
def impressum
render action: "impressum"
end