Module: BotVerification::IpRangeModel

Extended by:
ActiveSupport::Concern
Included in:
IpRange
Defined in:
lib/bot_verification/ip_range_model.rb

Overview

Module to be included in your ApplicationRecord model Provides IP range storage and lookup functionality

Examples:

Create your own model

class BotIpRange < ApplicationRecord
  include BotVerification::IpRangeModel
end