fa1c5f7279
and do some general cleanup around sessions controllers and the sign_in_as test helper
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
<%= auto_submit_form_with(method: :put) do |form| %>
|
|
<%= form.hidden_field(:sig, value: @sig) %>
|
|
<% end %>
|