tapioca icon indicating copy to clipboard operation
tapioca copied to clipboard

Add guides to rbis

Open adisonlampert opened this issue 2 years ago • 0 comments

Motivation

Worked on this during group pairing last week and today. https://github.com/Shopify/ruby-dev-exp-issues/issues/642

Implementation

Added comments to create_method so that guides could be passed into RBI::Method.new which already takes comments as a parameter.

Screen Shot 2022-10-14 at 12 51 08 PM This a screenshot from code-db in app/models/project.rb Here, "Rails Guides" links to the official Rails guide on has_many associations since a project has_many snapshots.

Tests

Test haven't been updated yet.

Thoughts?

adisonlampert avatar Oct 14 '22 17:10 adisonlampert