def create
      authorize :ip_block, :create?

      @ip_block = IpBlock.new(resource_params)