Sha256: a32ee248930fe39d196697343168294e5d86c74953ee7d89bed4ff1ba53f1286

Contents?: true

Size: 346 Bytes

Versions: 12

Compression:

Stored size: 346 Bytes

Contents

You are signed
<% if user_signed_in? %>
    in as <%= current_user.email %>.
    <form method="post" action="<%= destroy_user_session_path %>">
        <input type="hidden" name="_method" value="delete" />
        <input type="submit" value="Sign out" />
    </form>
<% else %>
    out.  <%= link_to "Sign in", new_user_session_path %>
<% end %>

Version data entries

12 entries across 6 versions & 2 rubygems

Version Path
mongo_session_store-3.1.0 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-3.1.0 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb
mongo_session_store-3.0.0 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-3.0.0 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.2 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.2 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.1 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.1 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.0 spec/support/apps/rails_4.0_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.0 spec/support/apps/rails_4.1_app/app/views/home/index.html.erb