adds pages controller for static pages
This commit is contained in:
19
app/controllers/pages_controller.rb
Normal file
19
app/controllers/pages_controller.rb
Normal file
@@ -0,0 +1,19 @@
|
||||
class PagesController < ApplicationController
|
||||
|
||||
skip_authorization_check
|
||||
|
||||
def privacy
|
||||
end
|
||||
|
||||
def legal
|
||||
end
|
||||
|
||||
def terms
|
||||
end
|
||||
|
||||
def transparency
|
||||
end
|
||||
|
||||
def opendata
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user