Files
danbooru/app/controllers/moderator/ip_addrs_controller.rb
2011-07-29 18:04:50 -04:00

11 lines
177 B
Ruby

module Moderator
class IpAddrsController < ApplicationController
def index
@search = IpAddrSearch.new(params[:search])
end
def search
end
end
end