pundit: convert ip addresses to pundit.

This commit is contained in:
evazion
2020-03-18 01:43:04 -05:00
parent 92aeb8728f
commit be59e85d25
5 changed files with 13 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
module Moderator
class IpAddrsController < ApplicationController
before_action :moderator_only
respond_to :html, :json
def index
authorize IpAddress
@search = IpAddrSearch.new(params[:search])
@results = @search.execute
respond_with(@results)