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