Sha256: 4d0b52eabc971124278621932906ded98aa3096307ec65b0eba0efef995e933d
Contents?: true
Size: 214 Bytes
Versions: 24
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true require "normalize_country" module Mihari module Models # # Geolocation model # class Geolocation < ActiveRecord::Base belongs_to :artifact end end end
Version data entries
24 entries across 24 versions & 1 rubygems