mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-08 19:43:36 +01:00
5 lines
73 B
Ruby
5 lines
73 B
Ruby
|
class ModerationController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
end
|