retrospring/app/controllers/moderation_controller.rb

5 lines
73 B
Ruby
Raw Normal View History

2014-12-25 23:00:33 +01:00
class ModerationController < ApplicationController
def index
end
end