Files
danbooru/app/controllers/moderator/ip_addrs_controller.rb
2011-07-22 17:34:43 -04:00

10 lines
127 B
Ruby

module Moderator
class IpAddrsController < ApplicationController
def index
end
def search
end
end
end