Sha256: bc3c43987050e95f1df3e154d241e025559db0033bdaa0f552e4dd098500bfba
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
module G5Updatable::BelongsToClient extend ActiveSupport::Concern included do belongs_to(:client, { class_name: 'G5Updatable::Client', foreign_key: :client_urn, primary_key: :urn, }) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | app/concerns/g5_updatable/belongs_to_client.rb |
g5_updatable-0.20.3.pre.1 | app/concerns/g5_updatable/belongs_to_client.rb |