mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
22: impressum page
This commit is contained in:
parent
ad77627973
commit
f2fe2ac6a4
6 changed files with 60 additions and 1 deletions
|
@ -11,5 +11,9 @@ class ApplicationController < ActionController::Base
|
|||
!!current_user
|
||||
end
|
||||
|
||||
def impressum
|
||||
render action: "impressum"
|
||||
end
|
||||
|
||||
helper_method :current_user, :signed_in?
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue