Add annotate_rb gem and annotate all models
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
sto
2025-03-22 08:39:40 +01:00
parent 884dbf40d9
commit ce5b729fef
20 changed files with 383 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ end
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
gem "annotaterb"
end
group :test do