mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23837 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
170 B
Ruby
10 lines
170 B
Ruby
# frozen_string_literal: true
|
|
|
|
# rubocop:disable Lint/EmptyBlock
|
|
Doorkeeper.configure do
|
|
end
|
|
|
|
Rails.application.config.to_prepare do
|
|
end
|
|
# rubocop:enable Lint/EmptyBlock
|