Skip to content

Commit

Permalink
Merge pull request #4858 from lookageek/patch-1
Browse files Browse the repository at this point in the history
Fix in rdoc of DeviseController#_prefixes
  • Loading branch information
nashby authored May 3, 2018
2 parents d98f38c + 9d90a55 commit be15116
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 be15116

Please sign in to comment.