mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
14 lines
191 B
Ruby
14 lines
191 B
Ruby
class SiteSettingsController < ApplicationController
|
|
include ApplicationHelper
|
|
|
|
before_action :authenticate_admin
|
|
|
|
def general
|
|
end
|
|
|
|
def boards
|
|
end
|
|
|
|
def post_statuses
|
|
end
|
|
end |