Skip to content

Commit f6152ed

Browse files
authored
Trigger CI
1 parent f69a74e commit f6152ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debug_fasp/app/controllers/application_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ class ApplicationController < ActionController::Base
66

77
private
88

9+
# Currently ever user can only have one server but this will probably
10+
# change soon.
911
def current_server
1012
@current_server ||= current_user&.servers&.first
1113
end

0 commit comments

Comments
 (0)