drwl / annotaterb

A Ruby Gem that adds annotations to your Rails models and route files.
Other
157 stars 16 forks source link

Change structure of model annotation builder #136

Closed drwl closed 2 months ago

drwl commented 2 months ago

This is a big PR in terms of changes but does the following:

drwl commented 2 months ago

While making these changes, I realized that index information gets used in 2 places: in the column annotations and index annotation. Also, some logic is hidden away in ModelWrapper and ColumnWrapper.