Sha256: b077470a4563f1384fd06b88f234b2c6a52b345ee481944298d9a977b0d313bd
Contents?: true
Size: 353 Bytes
Versions: 26
Compression:
Stored size: 353 Bytes
Contents
# typed: strict # frozen_string_literal: true module RubyLsp module Rails module Support module Associations ALL = T.let( [ "belongs_to", "has_many", "has_one", "has_and_belongs_to_many", ].freeze, T::Array[String], ) end end end end
Version data entries
26 entries across 26 versions & 1 rubygems