5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 23:16:07 +00:00
panel/app/controllers/posts_controller.rb

8 lines
122 B
Ruby
Raw Normal View History

2018-01-29 22:19:10 +00:00
class PostsController < ApplicationController
before_action :authenticate!
def index
@site = find_site
end
end