lib/devise/rails/routes.rb in devise-4.2.0 vs lib/devise/rails/routes.rb in devise-4.2.1
- old
+ new
@@ -336,10 +336,10 @@
end
end
# Sets the devise scope to be used in the controller. If you have custom routes,
# you are required to call this method (also aliased as :as) in order to specify
- # to which controller it is targetted.
+ # to which controller it is targeted.
#
# as :user do
# get "sign_in", to: "devise/sessions#new"
# end
#