Fix in rdoc of DeviseController#_prefixes

Removing an additional "is"
This commit is contained in:
Jayanth Manklu 2018-05-03 15:36:43 +05:30 committed by GitHub
parent d98f38cf5f
commit 9d90a559ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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