mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:11:42 +00:00
7 lines
100 B
Ruby
7 lines
100 B
Ruby
|
class SitesController < ApplicationController
|
||
|
before_action :authenticate!
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
end
|