class Google::SafeBrowsingShavar
Public Class Methods
find_subs_for_add(add_chunk_num, host_key, prefix)
click to toggle source
# File lib/rails/generators/google/model/templates/google/safe_browsing_shavar.rb, line 33 def self.find_subs_for_add add_chunk_num, host_key, prefix where(chunk_type: CHUNK_TYPE_SUB, add_chunk_num: add_chunk_num, host_key: host_key, prefix: prefix) end