thirteen-tien-len/app/controllers/pages_controller.rb
2025-03-27 20:54:39 +00:00

6 lines
107 B
Ruby

class PagesController < ApplicationController
before_action :skip_authorization
def czechers
end
end