playground/app/controllers/shrines_controller.rb
2026-05-17 03:44:36 +00:00

6 lines
108 B
Ruby

class ShrinesController < ApplicationController
allow_unauthenticated_access
def spiraleye
end
end