Files
astuto/app/controllers/site_settings_controller.rb
2022-05-01 18:00:38 +02:00

11 lines
171 B
Ruby

class SiteSettingsController < ApplicationController
include ApplicationHelper
before_action :authenticate_admin
def general
end
def post_statuses
end
end