playground/app/controllers/shrines_controller.rb

7 lines
108 B
Ruby
Raw Permalink Normal View History

2026-05-17 03:44:36 +00:00
class ShrinesController < ApplicationController
allow_unauthenticated_access
def spiraleye
end
end