We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3645cae commit 6b9aeb5Copy full SHA for 6b9aeb5
config/initializers/doorkeeper.rb
@@ -58,14 +58,4 @@
58
# enable ssl requirement for redirect url
59
force_ssl_in_redirect_uri true
60
end
61
-
62
-# add support for dmp_multi_tenancy if available
63
-Rails.application.config.to_prepare do
64
- if defined?(Roadmap::Extension::TenantLookup)
65
- [Doorkeeper::ApplicationsController,
66
- Doorkeeper::AuthorizationsController,
67
- Doorkeeper::AuthorizedApplicationsController].each do |controller|
68
- controller.include Roadmap::Extension::TenantLookup
69
- end
70
71
0 commit comments