alias

Ralph::EagerLoading::IncludeSpec

Type alias for include specifications Can be:

  • Symbol: :posts
  • Array of Symbols: [:posts, :comments]
  • Hash with Symbol keys: {posts: :comments}
  • Hash with nested structure: {posts: {comments: :author}}