Sha256: 04b29bb2eec40a250f87a8f24f9e58a1110a98d3cde397327c047511bf5e9074
Contents?: true
Size: 226 Bytes
Versions: 17
Compression:
Stored size: 226 Bytes
Contents
module G5Updatable::BelongsToClient extend ActiveSupport::Concern included do belongs_to(:client, { class_name: "G5Updatable::Client", foreign_key: :client_uid, primary_key: :uid, }) end end
Version data entries
17 entries across 17 versions & 1 rubygems