* Refactored routes some
* Fixed some major bugs with pools and pool versioning
This commit is contained in:
13
app/controllers/post_moderation_controller.rb
Normal file
13
app/controllers/post_moderation_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class PostModerationController < ApplicationController
|
||||
def show
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user