Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit3bbee89

Browse files
committed
DEV: Remove unnecessary require
As we’re upgrading Discourse to Rails 7+, we’re also renaming and movingsome files to better follow Rails conventions on that matter.The current `require_dependency` call prevents us to do that and is notnecessary as the file referenced here is part of the autoload path.
1 parent4073efa commit3bbee89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎plugin.rb‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# authors: Robin Ward
77
# url: https://github.com/discourse/discourse-oauth2-basic
88

9-
require_dependency'auth/oauth2_authenticator.rb'
10-
119
enabled_site_setting:oauth2_enabled
1210

1311
class ::OmniAuth::Strategies::Oauth2Basic < ::OmniAuth::Strategies::OAuth2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp