Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bullet.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95e82966c7ae15536f2b7dc6932f9dc45dc1d6b8 (plain)
1
2
3
4
5
6
if ENV['ENABLE_BULLET']
  require 'bullet'

  Bullet.enable  = true
  Bullet.console = true
end