rosa-build/app/controllers/pages_controller.rb

11 lines
130 B
Ruby

class PagesController < ApplicationController
skip_after_action :verify_authorized
def forbidden
end
def tos
end
end