Module Devise::Controllers::SharedHelpers
In: lib/devise/controllers/shared_helpers.rb

Helpers used in both FailureApp and Devise controllers.

Methods

Constants

MIME_REFERENCES = Mime::HTML.respond_to?(:ref)

Protected Instance methods

Check whether it‘s navigational format, such as :html or :iphone, or not.

Helper used by FailureApp and Devise controllers to retrieve proper formats.

[Validate]