Sha256: afba0afc490fbed0f0b748bd7eb81514f78bfb727eea00566efb6e305f3d3166
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
module Architect4r module Model module Relationships extend ActiveSupport::Concern module InstanceMethods def links @links_query_interface = LinksQueryInterface.new(self) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems