mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
11 lines
171 B
Ruby
11 lines
171 B
Ruby
class SiteSettingsController < ApplicationController
|
|
include ApplicationHelper
|
|
|
|
before_action :authenticate_admin
|
|
|
|
def general
|
|
end
|
|
|
|
def post_statuses
|
|
end
|
|
end |