From 9d90a559cef9b916b18b1415aaa5d2f2b0873673 Mon Sep 17 00:00:00 2001 From: Jayanth Manklu Date: Thu, 3 May 2018 15:36:43 +0530 Subject: [PATCH] Fix in rdoc of DeviseController#_prefixes Removing an additional "is" --- app/controllers/devise_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/devise_controller.rb b/app/controllers/devise_controller.rb index 702b97bd37..bfc34579fc 100644 --- a/app/controllers/devise_controller.rb +++ b/app/controllers/devise_controller.rb @@ -22,7 +22,7 @@ class DeviseController < Devise.parent_controller.constantize # Action Controller tests that forces _prefixes to be # loaded before even having a request object. # - # This method should be public as it is is in ActionPack + # This method should be public as it is in ActionPack # itself. Changing its visibility may break other gems. def _prefixes #:nodoc: @_prefixes ||= if self.class.scoped_views? && request && devise_mapping