This commit is contained in:
Mazen Khalil
2025-12-22 13:05:59 +03:00
parent 20d97be4c9
commit 367a71929d
4 changed files with 74 additions and 66 deletions
+8
View File
@@ -0,0 +1,8 @@
# This rake task was added by annotate_rb gem.
# Can set `ANNOTATERB_SKIP_ON_DB_TASKS` to be anything to skip this
if Rails.env.development? && ENV["ANNOTATERB_SKIP_ON_DB_TASKS"].nil?
require "annotate_rb"
AnnotateRb::Core.load_rake_tasks
end