class PagesController < ApplicationController skip_authorization_check def privacy end def legal end def terms end def transparency end def opendata end end