Module: RubyLsp::Rails::Support::Associations

Defined in:
lib/ruby_lsp/ruby_lsp_rails/support/associations.rb

Constant Summary collapse

ALL =
[
  "belongs_to",
  "has_many",
  "has_one",
  "has_and_belongs_to_many",
].freeze