6 lines
108 B
Ruby
6 lines
108 B
Ruby
class ShrinesController < ApplicationController
|
|
allow_unauthenticated_access
|
|
|
|
def spiraleye
|
|
end
|
|
end
|