We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fixedruby comments
Changed get "/sign_up" => "devise/sessions#new" to get "/sign_up" => "devise/registrations#new". The old sign_up route was going towards the sign_in route
renamed users/ to devise/
Added registration path for views
Created How To: Change Default Sign_up / Registration Path with Custom Path (markdown)