annotate_rb.rake 280 B

12345678910
  1. # frozen_string_literal: true
  2. # This rake task was added by annotate_rb gem.
  3. # Can set `ANNOTATERB_SKIP_ON_DB_TASKS` to be anything to skip this
  4. if Rails.env.development? && ENV['ANNOTATERB_SKIP_ON_DB_TASKS'].nil?
  5. require 'annotate_rb'
  6. AnnotateRb::Core.load_rake_tasks
  7. end