Sha256: f9c87882bc5425a79a46216010cc089177d4fb3e89ced2622baa2e588d6ea53d

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module Architect4r
  module Model
    module Relationships
      extend ActiveSupport::Concern
      
      def links
        @links_query_interface = LinksQueryInterface.new(self)
      end
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
architect4r-0.4.3.1 lib/architect4r/model/relationships.rb