Sha256: 31fdacf56b889b25aa38b630c0d0e5f9df66dad9ca325739a922b98e52e21a97
Contents?: true
Size: 168 Bytes
Versions: 145
Compression:
Stored size: 168 Bytes
Contents
class TargetingHost < ApplicationRecord belongs_to :targeting belongs_to_host validates :targeting, :presence => true validates :host, :presence => true end
Version data entries
145 entries across 145 versions & 1 rubygems