14 lines
143 B
Ruby
14 lines
143 B
Ruby
class PostModerationController < ApplicationController
|
|
def show
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
def update
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|