7 lines
86 B
Ruby
7 lines
86 B
Ruby
class Moderation::DashboardController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
|
|
end
|