Remove RDoc tags (#28943).

Patch by Sho HASHIMOTO.


git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2018-06-08 00:55:41 +00:00
parent 85db9769bc
commit bff0fbce8b
12 changed files with 28 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ module OpenIdAuthentication
protected
def authenticate_with_open_id(identity_url = params[:openid_url], options = {}) #:doc:
def authenticate_with_open_id(identity_url = params[:openid_url], options = {})
if User.find_by_identity_url(identity_url) || identity_url.include?('good')
extension_response_fields = {}