Home

Pages Classes Methods

    Table of Contents

    • link_to “Log in”, new_session_path(resource_name)
    • link_to “Sign up”, new_registration_path(resource_name)
    • link_to “Forgot your password?”, new_password_path(resource_name)
    • link_to “Didn't receive confirmation instructions?”, new_confirmation_path(resource_name)
    • link_to “Didn't receive unlock instructions?”, new_unlock_path(resource_name)
    • link_to “Sign in with #{OmniAuth::Utils.camelize(provider)}”, omniauth_authorize_path(resource_name, provider)

    Pages

    • new.html.erb.tt
    • edit.html.erb.tt
    • new.html.erb.tt
    • edit.html.erb.tt
    • new.html.erb.tt
    • new.html.erb.tt
    • new.html.erb.tt
    • new.html.haml.tt
    • confirmation_instructions.html.haml
    • email_changed.html.haml
    • password_change.html.haml
    • reset_password_instructions.html.haml
    • unlock_instructions.html.haml
    • edit.html.haml.tt
    • new.html.haml.tt
    • edit.html.haml.tt
    • new.html.haml.tt
    • new.html.haml.tt
    • _error_messages.html.haml
    • _links.html.haml
    • new.html.haml.tt
    • new.html.erb.tt
    • edit.html.erb.tt
    • new.html.erb.tt
    • edit.html.erb.tt
    • new.html.erb.tt
    • new.html.erb.tt
    • new.html.erb.tt
    • new.html.haml.tt
    • edit.html.haml.tt
    • new.html.haml.tt
    • edit.html.haml.tt
    • new.html.haml.tt
    • new.html.haml.tt
    • new.html.haml.tt
    • new.html.slim.tt
    • edit.html.slim.tt
    • new.html.slim.tt
    • edit.html.slim.tt
    • new.html.slim.tt
    • new.html.slim.tt
    • new.html.slim.tt
    • new.html.slim.tt
    • confirmation_instructions.html.slim
    • email_changed.html.slim
    • password_change.html.slim
    • reset_password_instructions.html.slim
    • unlock_instructions.html.slim
    • edit.html.slim.tt
    • new.html.slim.tt
    • edit.html.slim.tt
    • new.html.slim.tt
    • new.html.slim.tt
    • _error_messages.html.slim
    • _links.html.slim
    • new.html.slim.tt
    • application.html.erb.tt
    • application.html.haml.tt
    • application.html.slim.tt
    • edit.html.erb.tt
    • index.html.erb.tt
    • new.html.erb.tt
    • show.html.erb.tt
    • _form.html.haml
    • edit.html.haml.tt
    • index.html.haml.tt
    • new.html.haml.tt
    • show.html.haml.tt
    • _form.html.slim
    • edit.html.slim.tt
    • index.html.slim.tt
    • new.html.slim.tt
    • show.html.slim.tt
    • _pagination.html.haml
    • _pagination.html.slim
    • _form.html.haml
    • _form.html.slim
    • if controller_name != 'sessions'

      link_to “Log in”, new_session_path(resource_name)¶ ↑

      br

    • if devise_mapping.registerable? && controller_name != 'registrations'

      link_to “Sign up”, new_registration_path(resource_name)¶ ↑

      br

    • if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'

      link_to “Forgot your password?”, new_password_path(resource_name)¶ ↑

      br

    • if devise_mapping.confirmable? && controller_name != 'confirmations'

      link_to “Didn't receive confirmation instructions?”, new_confirmation_path(resource_name)¶ ↑

      br

    • if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks'

      link_to “Didn't receive unlock instructions?”, new_unlock_path(resource_name)¶ ↑

      br

    • if devise_mapping.omniauthable?

      • resource_class.omniauth_providers.each do |provider|

        link_to “Sign in with #{OmniAuth::Utils.camelize(provider)}”, omniauth_authorize_path(resource_name, provider)¶ ↑

        br

    Validate

    Generated by RDoc 6.3.2.

    Based on Darkfish by Michael Granger.