mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Rubocop autocorrect app directory
This commit is contained in:
parent
ec4aa64cfc
commit
c08ce6864c
10 changed files with 132 additions and 110 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationController < ActionController::Base
|
||||
# Prevent CSRF attacks by raising an exception.
|
||||
# For APIs, you may want to use :null_session instead.
|
||||
|
@ -12,11 +14,11 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def glossary
|
||||
render action: "glossary"
|
||||
render action: 'glossary'
|
||||
end
|
||||
|
||||
def impressum
|
||||
render action: "impressum"
|
||||
render action: 'impressum'
|
||||
end
|
||||
|
||||
helper_method :current_user, :signed_in?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue