mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
#1: initial version
This commit is contained in:
parent
495ccd3a3d
commit
f990c0ac06
4 changed files with 45 additions and 1 deletions
|
@ -11,6 +11,10 @@ class ApplicationController < ActionController::Base
|
|||
!!current_user
|
||||
end
|
||||
|
||||
def glossary
|
||||
render action: "glossary"
|
||||
end
|
||||
|
||||
def impressum
|
||||
render action: "impressum"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue