Skip to content

Commit ea090a3

Browse files
committed
little cosmeitc
1 parent f9d0459 commit ea090a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/generators/authentication/templates/models/session.rb.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Session < ApplicationRecord
1313
after_destroy { user.events.create! action: "signed_out" }
1414
<%- end -%>
1515
<%- if sudoable? %>
16-
1716
def sudo?
1817
sudo_at > 30.minutes.ago
1918
end

0 commit comments

Comments
 (0)