Skip to content

Commit

Permalink
This app is broken I am fixing it
Browse files Browse the repository at this point in the history
This is a step from github issue 5439 It get error. Receiving NoMethodError (undefined method 'user_url' for #<Devise::RegistrationsController:0x0000000000d638>) upon successful user registration.
User gets persisted in database
heartcombo/devise#5439
  • Loading branch information
jackparsons93 authored Sep 25, 2022
1 parent d869ae7 commit d6a9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Devise will use the `secret_key_base` as its `secret_key`
# by default. You can change it below and use your own secret key.
# config.secret_key = '6897a84de94662c3fd109d4bccdf869c816ae6b7e3802195ae75d9cd35af397e0d90a6eab7c0f9dc9f8ea83cfa617bfbf97066c4cb033fe4968b92c86f287726'

config.navigational_formats = ['*/*', :html, :turbo_stream]
# ==> Controller configuration
# Configure the parent class to the devise controllers.
# config.parent_controller = 'DeviseController'
Expand Down

0 comments on commit d6a9560

Please sign in to comment.