We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix information about Users::RegistrationsController
Added alternative approach to assigning mailer layout.
Note that Devise Controller mixins may not be present if the Routes have not yet be loaded and provide an optional workaround
By inheriting from ApplicationController instead of ActionController::Base, the developer can further customize Devise in the ApplicationController (e.g. https://github.com/plataformatec/devise#strong-parameters)
Remove outdated/misleading information about auto-selected "devise.html.erb" layout, remove Rails 2 references
Add ruby to code block for pretty colors
Added a new method
Updated How To: Create custom layouts (markdown)
remove unneeded whitespaces
Add layout by action example
show how to put "to_prepare" into config/initializers/devise.rb
Took a while before I figured this out, might be worth mentioning!
Added instruction for simple layout change that doesn't require to alter the application config file.
do...end is the preferred format for multi-line blocks.
Revert "Destroyed How To: Create custom layouts (markdown)" This reverts commit b0ac8106c5d0a2aa76a63ae47c91d8585e43169b.
Destroyed How To: Create custom layouts (markdown)
Its, not "it's"
formatting & copyedit