Skip to content

Commit

Permalink
Fix in rdoc of DeviseController#_prefixes
Browse files Browse the repository at this point in the history
Removing an additional "is"
  • Loading branch information
lookageek authored May 3, 2018
1 parent d98f38c commit 9d90a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/devise_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d90a55

Please sign in to comment.