Skip to content

Commit

Permalink
Updated the URL fragment in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhosoya committed Apr 20, 2021
1 parent 2418589 commit 859d453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/doorkeeper/config.rb
Expand Up @@ -374,7 +374,7 @@ def configure_secrets_for(type, using:, fallback:)

# The controller Doorkeeper::ApplicationController inherits from.
# Defaults to ActionController::Base.
# https://doorkeeper.gitbook.io/guides/configuration/other-configurations#custom-base-controller
# https://doorkeeper.gitbook.io/guides/configuration/other-configurations#custom-controllers
#
# @param base_controller [String] the name of the base controller
option :base_controller,
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/doorkeeper/templates/initializer.rb
Expand Up @@ -120,7 +120,7 @@
# The controller +Doorkeeper::ApplicationController+ inherits from.
# Defaults to +ActionController::Base+ unless +api_only+ is set, which changes the default to
# +ActionController::API+. The return value of this option must be a stringified class name.
# See https://doorkeeper.gitbook.io/guides/configuration/other-configurations#custom-base-controller
# See https://doorkeeper.gitbook.io/guides/configuration/other-configurations#custom-controllers
#
# base_controller 'ApplicationController'

Expand Down

0 comments on commit 859d453

Please sign in to comment.